Monday, 31 December 2012
QTP–DB Testing ( QTP–Database Testing) - Video
What is DB (database)
QTP – DB รจ IMPORtant Points
QTP–DB Testing ( QTP–Database Testing)
www.OneTestingCenter.com
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:
- 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.
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 ==> Few 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.
HP Unified Functional Testing (UFT)
HP Unified Functional Testing |
QTP (GUI Testing) + Service Testing (API Testing) = UFT (Unified Functional Testing) |
|
- 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
|
Thursday, 13 December 2012
Monday, 12 November 2012
GAReddy@OneTestingCenter@QTPLearning@ByQuestions
- QTP
- QTP Learning
- Let's Learn QTP
- QTP Easy Learning
- QTP Guide
- QTP Book
- QTP Learning PDF
- QTP - Fundamentals
- QTP - Advanced
- QTP - Topic by Topic
- QTP Lessons
- GAReddy @ QTP
GAREDDY @ ONETESTINGCENTER @ QTP LEARNING MADE EASY PART2
- QTP
- QTP Learning
- Let's Learn QTP
- QTP Easy Learning
- QTP Guide
- QTP Book
- QTP Learning PDF
- QTP - Fundamentals
- QTP - Advanced
- QTP - Topic by Topic
- QTP Lessons
- GAReddy @ QTP
GAREDDY @ ONETESTINGCENTER @ QTP LEARNING MADE EASY PART 1
- QTP
- QTP Learning
- Let's Learn QTP
- QTP Easy Learning
- QTP Guide
- QTP Book
- QTP Learning PDF
- QTP - Fundamentals
- QTP - Advanced
- QTP - Topic by Topic
- QTP Lessons
- GAReddy @ QTP
GAReddy @ OneTestingCenter @ QTP Learning MadeEasy.
- QTP
- QTP Learning
- Let's Learn QTP
- QTP Easy Learning
- QTP Guide
- QTP Book
- QTP Learning PDF
- QTP - Fundamentals
- QTP - Advanced
- QTP - Topic by Topic
- QTP Lessons
- GAReddy @ QTP
- GAReddy @ OneTestingCenter @ QTP
Monday, 6 August 2012
QTP - Check Points
- Check point is a condition to differentiate between expected and actual states / results
- Checkpoint is a verification point that compares a current value for a specified property with the expected value for that property.
- Checkpoint enables you to identify whether Web site or application is functioning correctly.
CheckPoint Type | CheckPoint Category (Object level) | Description |
Standard Checkpoint | | Checks values of an object’s properties |
Browser Check Point | Checks for Browser's Information, such as Version of Browser Number of tabs utilized Toolbars used and so. | |
Page checkpoint | Check the Page's Information such as Number of Images on the page and their names / source paths Number of links on the page and their names / source paths Load time of the page | |
Object CheckPoint | Checks the characteristics of an Object Examples: WebEdit > Name of it, Text of it, Value in EditBox, Visible property and so on. WebLink > Name of link, Visible property, url of Link, href of link and so on. WebButton > Name of WebButton, enabled/disabled property, value of it and so on. | |
WebButton CheckPoint | Checks the characteristics of WebButton WebButton > Name of WebButton, enabled/disabled property, value of it and so on. | |
WebEdit CheckPoint | Checks the characteristics of WebEdit WebEdit > Name of it, Text of it, Value in EditBox, Visible property and so on. | |
WebLink CheckPoint | Checks the characteristics of WebLink WebLink > Name of link, Visible property, url of Link, href of link and so on. | |
Web CheckBox CheckPoint | Checks the characteristics of Web Checkbox WebCheckBox> Name of it, Checked / Unchecked, Visible property and so on. | |
WebElement CheckPoint | Checks the characteristics of an WebElement WebElement > Name of it, Text of it, Value in it, Visible property and so on. | |
Image CheckPoint | Checks the characteristics of an Image Image > name of image, SRC of it, image type of itme of it and so on. | |
WebTable CheckPoint | Checks for Table's Information. Such as Number of rows, coluns, cell values, table names and so on. | |
Frame CheckPoint | Checks for Frame's Information. Such as Frame's name, alt peroperty, items in frame and so on. | |
Text Checkpoint | Text / web Text / Paragraphs of page | Checks that a text string is displayed in the appropriate place in a Web page or application window |
Text Area CheckPoint | Form's content, Object's attached text | Checks that a text string is displayed in the appropriate place in an application window |
Bitmap Checkpoint | Any area of WebPage / Window | Checks any area of a Web page or application after capturing it as a bitmap |
Database Checkpoint | SQL / Oracle / Access DB | Checks the contents of databases accessed by an application or Web site |
Accessibility Checkpoint | All Objects (Page, Frames, Tables, images) | Identifies areas of a Web site to check for Section 508 compliancy / W3C accessibilities |
XML Checkpoint | XML files (Locally, web application) | The data content of XML documents in XML files or XML documents in Web pages and frames. |
Monday, 31 December 2012
QTP–DB Testing ( QTP–Database Testing) - Video
What is DB (database)
QTP – DB รจ IMPORtant Points
QTP–DB Testing ( QTP–Database Testing)
www.OneTestingCenter.com
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:
- 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.
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 ==> Few 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.
HP Unified Functional Testing (UFT)
HP Unified Functional Testing |
QTP (GUI Testing) + Service Testing (API Testing) = UFT (Unified Functional Testing) |
|
- 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
|
Thursday, 13 December 2012
Monday, 12 November 2012
GAReddy@OneTestingCenter@QTPLearning@ByQuestions
- QTP
- QTP Learning
- Let's Learn QTP
- QTP Easy Learning
- QTP Guide
- QTP Book
- QTP Learning PDF
- QTP - Fundamentals
- QTP - Advanced
- QTP - Topic by Topic
- QTP Lessons
- GAReddy @ QTP
GAREDDY @ ONETESTINGCENTER @ QTP LEARNING MADE EASY PART2
- QTP
- QTP Learning
- Let's Learn QTP
- QTP Easy Learning
- QTP Guide
- QTP Book
- QTP Learning PDF
- QTP - Fundamentals
- QTP - Advanced
- QTP - Topic by Topic
- QTP Lessons
- GAReddy @ QTP
GAREDDY @ ONETESTINGCENTER @ QTP LEARNING MADE EASY PART 1
- QTP
- QTP Learning
- Let's Learn QTP
- QTP Easy Learning
- QTP Guide
- QTP Book
- QTP Learning PDF
- QTP - Fundamentals
- QTP - Advanced
- QTP - Topic by Topic
- QTP Lessons
- GAReddy @ QTP
GAReddy @ OneTestingCenter @ QTP Learning MadeEasy.
- QTP
- QTP Learning
- Let's Learn QTP
- QTP Easy Learning
- QTP Guide
- QTP Book
- QTP Learning PDF
- QTP - Fundamentals
- QTP - Advanced
- QTP - Topic by Topic
- QTP Lessons
- GAReddy @ QTP
- GAReddy @ OneTestingCenter @ QTP
Monday, 6 August 2012
QTP - Check Points
- Check point is a condition to differentiate between expected and actual states / results
- Checkpoint is a verification point that compares a current value for a specified property with the expected value for that property.
- Checkpoint enables you to identify whether Web site or application is functioning correctly.
CheckPoint Type | CheckPoint Category (Object level) | Description |
Standard Checkpoint | | Checks values of an object’s properties |
Browser Check Point | Checks for Browser's Information, such as Version of Browser Number of tabs utilized Toolbars used and so. | |
Page checkpoint | Check the Page's Information such as Number of Images on the page and their names / source paths Number of links on the page and their names / source paths Load time of the page | |
Object CheckPoint | Checks the characteristics of an Object Examples: WebEdit > Name of it, Text of it, Value in EditBox, Visible property and so on. WebLink > Name of link, Visible property, url of Link, href of link and so on. WebButton > Name of WebButton, enabled/disabled property, value of it and so on. | |
WebButton CheckPoint | Checks the characteristics of WebButton WebButton > Name of WebButton, enabled/disabled property, value of it and so on. | |
WebEdit CheckPoint | Checks the characteristics of WebEdit WebEdit > Name of it, Text of it, Value in EditBox, Visible property and so on. | |
WebLink CheckPoint | Checks the characteristics of WebLink WebLink > Name of link, Visible property, url of Link, href of link and so on. | |
Web CheckBox CheckPoint | Checks the characteristics of Web Checkbox WebCheckBox> Name of it, Checked / Unchecked, Visible property and so on. | |
WebElement CheckPoint | Checks the characteristics of an WebElement WebElement > Name of it, Text of it, Value in it, Visible property and so on. | |
Image CheckPoint | Checks the characteristics of an Image Image > name of image, SRC of it, image type of itme of it and so on. | |
WebTable CheckPoint | Checks for Table's Information. Such as Number of rows, coluns, cell values, table names and so on. | |
Frame CheckPoint | Checks for Frame's Information. Such as Frame's name, alt peroperty, items in frame and so on. | |
Text Checkpoint | Text / web Text / Paragraphs of page | Checks that a text string is displayed in the appropriate place in a Web page or application window |
Text Area CheckPoint | Form's content, Object's attached text | Checks that a text string is displayed in the appropriate place in an application window |
Bitmap Checkpoint | Any area of WebPage / Window | Checks any area of a Web page or application after capturing it as a bitmap |
Database Checkpoint | SQL / Oracle / Access DB | Checks the contents of databases accessed by an application or Web site |
Accessibility Checkpoint | All Objects (Page, Frames, Tables, images) | Identifies areas of a Web site to check for Section 508 compliancy / W3C accessibilities |
XML Checkpoint | XML files (Locally, web application) | The data content of XML documents in XML files or XML documents in Web pages and frames. |