How many types of Check Point in QTP
Answers were Sorted based on User's Feedback
Answer / kiran
standard checkpoint
page checkpoint
image checkpoint
text/text area check point
database checkpoint
xml checkpoint
accessibility checkpoint
bitmap checkpoint
table check point
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / kishore raj
7 check points.
1.Standard
2.Text
3.Text area
4.Bit map
5.Accessibility
6.XML
7.Database
| Is This Answer Correct ? | 7 Yes | 4 No |
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
How to connect to a database?
What are Test case selection criteria for Automation?
What is the difference between client server application and web based application?
wt is playback facilityin qtp?
To which environments does a QTP support?
Can anyone tell me about "Step- By Step Paramterization". among the two paramaterizations, Step by step and Parameterize All, which one is mostly used.
How you automate testscripts one by one or moduelwise or all at once
write code to read and write data from file?
What are the advantages of Object Repository?
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP