Monday 31 December 2012

QTP–DB Testing ( QTP–Database Testing) - Video

Leave a Comment


One Testing Center


What is DB (database)

What is a Relational Database?
A Relational Database is a structured collection of information that is related to a particular subject or purpose, such as inventory database, human resources database etc.
What is Database testing?
Database testing is the process of testing databases either independently or with integration of application
Database testing involves the following activities:
v  Testing integration between database and app through form submissions / data flow checks and so on
v  Testing of Data validity.
v  Testing of Data Integrity.
v  Performance testing related to the data base.
v  Testing of Statements, Procedure, triggers and functions.

What is a Relational Database?
          A Relational Database is a structured collection of information that is related to a particular subject or purpose, such as inventory database, human resources database etc.
Why do we use Databases?
We use databases to manage information of the application (front end) such as product name, cost, on-hand inventory etc. 
What are Tables ?
          Tables are the storage containers within a database where the data is organized. Tables are made up of number of rows and columns where columns represent individual fields and rows represent records of data in the tables. e.g., Employee Table

          GAReddy @ OneTestingCenter    www.OneTestingCenter.com 

QTP – DB รจ IMPORtant Points

}  ActiveX Data Objects (ADO) is COM objects which can be used to gain access to a database through QTP. While using ADO you will need to understand three objects
}  Command– Command object is like a container for a command which you send to the database to do some actions. Mostly a sql statement is used as a command to the database.
}  Connection – Connection object is the link between QTP and the database. For any operation you will need to open the connection link initially and make sure you have closed the link once you are done. It requires a connection string to initialize the properties needed to connect to a db .
}  RecordSet – RecordSet object is the container for the command results. The container is called as the cursor. A cursor is like a temporary table in the memory which contains all the characteristics of a table like rows, columns, record pointers etc. This is the object on which plays significant role in your test.

Read More...

QTP–DB Testing ( QTP–Database Testing)

Leave a Comment
QTP_DBTesting
www.OneTestingCenter.com

clip_image001What is DB (database)

What is a Relational Database?
A Relational Database is a structured collection of information that is related to a particular subject or purpose, such as inventory database, human resources database etc..
What is Database testing?
Database testing is the process of testing databases either independently or with integration of application
Database testing involves the following activities:
  • Testing integration between database and app through form submissions / data flow checks and so on
  • Testing of Data validity.
  • Testing of Data Integrity.
  • Performance testing related to the data base.
  • Testing of Statements, Procedure, triggers and functions.
What is a Relational Database?
A Relational Database is a structured collection of information that is related to a particular subject or purpose, such as inventory database, human resources database etc..
Why do we use Databases?
We use databases to manage information of the application (front end) such as product name, cost, on-hand inventory etc..
What are Tables ?
Tables are the storage containers within a database where the data is organized. Tables are made up of number of rows and columns where columns represent individual fields and rows represent records of data in the tables. e.g., Employee Table
clip_image002 GAReddy @ OneTestingCenter www.OneTestingCenter.com

 

QTP – DB ==> Few Important Points

DB_FewPoints
 ActiveX Data Objects (ADO) is COM objects which can be used to gain access to a database through QTP. While using ADO you will need to understand three objects
 Command– Command object is like a container for a command which you send to the database to do some actions. Mostly a sql statement is used as a command to the database.
 Connection – Connection object is the link between QTP and the database. For any operation you will need to open the connection link initially and make sure you have closed the link once you are done. It requires a connection string to initialize the properties needed to connect to a db .
 RecordSet – RecordSet object is the container for the command results. The container is called as the cursor. A cursor is like a temporary table in the memory which contains all the characteristics of a table like rows, columns, record pointers etc. This is the object on which plays significant role in your test.
Read More...

HP Unified Functional Testing (UFT)

Leave a Comment

HP Unified Functional Testing

QTP (GUI Testing) + Service Testing (API Testing) = UFT (Unified Functional Testing)

 

OneTestingCenterMadeEasy

GAReddy @ OneTestingCenter

UFT

clip_image004

  • What is HP UFT?
  • What is HP Unified Functional Testing?
  • How UFT is different from QTP?
  • What does UFT have in it?
  • Difference between UFT and QTP

HP Unified Functional Testing

HP Unified Functional Testing is a modern, powerful automation testing tool that address all the solutions in Software Testing

HP Unified Functional Testing is combination of UI and API Testing

HP Unified Functional Testing is hybrid model of Functional Testing and Program Interface Testing

HP Unified Functional Testing is a single and combined solution with QTP (QuickTest Professional) and Service Testing

Shortly;

HP Unified Functional Testing is collaboration of :

· Functional Testing ( User Interface = UI Testing ) using HP QTP Tool (QuickTest Professional)

· Service Testing (Program Interface = API Testing) using HP Service Test Tool

Unified Functional Testing incorporates QTP and Service Test into one comprehensive integrated functional testing suite. It provides functional and regression test automation for every major software application and environment.

HP Functional Testing can be extended to support Web technologies that are not supported out of the box, and it includes the Extensibility Accelerator to speed the development of support for these additional Web toolkits.

Read More...

Thursday 13 December 2012

GAReddy@OneTestingCenter@WeekendQuestionPaper@6

Leave a Comment



GAReddy@OneTestingCenter@WeekendQuestionPaper@6

GAReddy@Weekend@6@QuestionPaper
Read More...

GAReddy@OneTestingCenter@WeekendQuestionPaper@7

Leave a Comment



GAReddy@OneTestingCenter@WeekendQuestionPaper@7

GAReddy@Weekend@7@QuestionPaper
Read More...

GAReddy@OneTestingCenter@WeekendQuestionPaper@4

Leave a Comment




GAReddy@OneTestingCenter@WeekendQuestionPaper@4

GAReddy@Weekend@4@QuestionPaper
Read More...

GAReddy@OneTestingCenter@WeekendQuestionPaper@5

Leave a Comment




GAReddy@OneTestingCenter@WeekendQuestionPaper@5

GAReddy@Weekend@5@QuestionPaper
Read More...

GAReddy@OneTestingCenter@WeekendQuestionPaper@2

Leave a Comment



GAReddy@OneTestingCenter@WeekendQuestionPaper@2

GAReddy@Weekend@2@QuestionPaper
Read More...

GAReddy@OneTestingCenter@WeekendQuestionPaper@3

Leave a Comment




GAReddy@OneTestingCenter@WeekendQuestionPaper@3

GAReddy@Weekend@3@QuestionPaper
Read More...

GAReddy@OneTestingCenter@WeekendQuestionPaper@1

Leave a Comment




GAReddy@OneTestingCenter@WeekendQuestionPaper@1

GAReddy@Weekend@1@QuestionPaper
Read More...

GAReddy@OneTestingCenter@WeekendQuestionPaper@2

Leave a Comment


GAReddy@OneTestingCenter@WeekendQuestionPaper@2 

GAReddy@Weekend@2@QuestionPaper
Read More...

Monday 31 December 2012

QTP–DB Testing ( QTP–Database Testing) - Video



One Testing Center


What is DB (database)

What is a Relational Database?
A Relational Database is a structured collection of information that is related to a particular subject or purpose, such as inventory database, human resources database etc.
What is Database testing?
Database testing is the process of testing databases either independently or with integration of application
Database testing involves the following activities:
v  Testing integration between database and app through form submissions / data flow checks and so on
v  Testing of Data validity.
v  Testing of Data Integrity.
v  Performance testing related to the data base.
v  Testing of Statements, Procedure, triggers and functions.

What is a Relational Database?
          A Relational Database is a structured collection of information that is related to a particular subject or purpose, such as inventory database, human resources database etc.
Why do we use Databases?
We use databases to manage information of the application (front end) such as product name, cost, on-hand inventory etc. 
What are Tables ?
          Tables are the storage containers within a database where the data is organized. Tables are made up of number of rows and columns where columns represent individual fields and rows represent records of data in the tables. e.g., Employee Table

          GAReddy @ OneTestingCenter    www.OneTestingCenter.com 

QTP – DB รจ IMPORtant Points

}  ActiveX Data Objects (ADO) is COM objects which can be used to gain access to a database through QTP. While using ADO you will need to understand three objects
}  Command– Command object is like a container for a command which you send to the database to do some actions. Mostly a sql statement is used as a command to the database.
}  Connection – Connection object is the link between QTP and the database. For any operation you will need to open the connection link initially and make sure you have closed the link once you are done. It requires a connection string to initialize the properties needed to connect to a db .
}  RecordSet – RecordSet object is the container for the command results. The container is called as the cursor. A cursor is like a temporary table in the memory which contains all the characteristics of a table like rows, columns, record pointers etc. This is the object on which plays significant role in your test.

QTP–DB Testing ( QTP–Database Testing)

QTP_DBTesting
www.OneTestingCenter.com

clip_image001What is DB (database)

What is a Relational Database?
A Relational Database is a structured collection of information that is related to a particular subject or purpose, such as inventory database, human resources database etc..
What is Database testing?
Database testing is the process of testing databases either independently or with integration of application
Database testing involves the following activities:
  • Testing integration between database and app through form submissions / data flow checks and so on
  • Testing of Data validity.
  • Testing of Data Integrity.
  • Performance testing related to the data base.
  • Testing of Statements, Procedure, triggers and functions.
What is a Relational Database?
A Relational Database is a structured collection of information that is related to a particular subject or purpose, such as inventory database, human resources database etc..
Why do we use Databases?
We use databases to manage information of the application (front end) such as product name, cost, on-hand inventory etc..
What are Tables ?
Tables are the storage containers within a database where the data is organized. Tables are made up of number of rows and columns where columns represent individual fields and rows represent records of data in the tables. e.g., Employee Table
clip_image002 GAReddy @ OneTestingCenter www.OneTestingCenter.com

 

QTP – DB ==> Few Important Points

DB_FewPoints
 ActiveX Data Objects (ADO) is COM objects which can be used to gain access to a database through QTP. While using ADO you will need to understand three objects
 Command– Command object is like a container for a command which you send to the database to do some actions. Mostly a sql statement is used as a command to the database.
 Connection – Connection object is the link between QTP and the database. For any operation you will need to open the connection link initially and make sure you have closed the link once you are done. It requires a connection string to initialize the properties needed to connect to a db .
 RecordSet – RecordSet object is the container for the command results. The container is called as the cursor. A cursor is like a temporary table in the memory which contains all the characteristics of a table like rows, columns, record pointers etc. This is the object on which plays significant role in your test.

HP Unified Functional Testing (UFT)

HP Unified Functional Testing

QTP (GUI Testing) + Service Testing (API Testing) = UFT (Unified Functional Testing)

 

OneTestingCenterMadeEasy

GAReddy @ OneTestingCenter

UFT

clip_image004

  • What is HP UFT?
  • What is HP Unified Functional Testing?
  • How UFT is different from QTP?
  • What does UFT have in it?
  • Difference between UFT and QTP

HP Unified Functional Testing

HP Unified Functional Testing is a modern, powerful automation testing tool that address all the solutions in Software Testing

HP Unified Functional Testing is combination of UI and API Testing

HP Unified Functional Testing is hybrid model of Functional Testing and Program Interface Testing

HP Unified Functional Testing is a single and combined solution with QTP (QuickTest Professional) and Service Testing

Shortly;

HP Unified Functional Testing is collaboration of :

· Functional Testing ( User Interface = UI Testing ) using HP QTP Tool (QuickTest Professional)

· Service Testing (Program Interface = API Testing) using HP Service Test Tool

Unified Functional Testing incorporates QTP and Service Test into one comprehensive integrated functional testing suite. It provides functional and regression test automation for every major software application and environment.

HP Functional Testing can be extended to support Web technologies that are not supported out of the box, and it includes the Extensibility Accelerator to speed the development of support for these additional Web toolkits.