QTP9.1 does not support to text checkpoint in Windows
application? Is this correct?
If this is correct, what is alternative for Text checkpoint?
Answers were Sorted based on User's Feedback
Answer / ganesh
Yes Text Check Point is not supported in QTp 9.1. You can
use Standard CheckPoint instead of Text Check Point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / geena
Use standard checkpoint and check the text propertiy.
| Is This Answer Correct ? | 0 Yes | 0 No |
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
Can any one give me some basic VB script used in QTP ?As i am new in QTP.Give sample VB script used in QTP? PLZ
where did you automate in your project?(please tell me example senarios)
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
If some requirements r changed during the testing process ,then how can u handle this in frame work?
What is an environment variable?
Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .
Can we Run the Tests developed in QTP 8.2 in advanced versions like 9.0, 9.1, 9.2...etc.,
What is the difference between "call" and "callclose"
Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,