Why do we use text checkpoint as we can make use of the
same in the standard check point?
Answer Posted / t.mahipal reddy
generally standard check points is used to check the gui
objects ,where as text checkpoint is used to test the text
in the application.
The differnce is here in the text
check point we other 4 options
1 exact match
2 ignore spaces
3 match case
4 text not dispalyed
This options will not be there in
standarard text checkpoint
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How many tabs are available to view your test in a test pane and what are they?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How to use the object spy in quicktest professional (qtp) 8.0 version?
wht type of User defined functions or Java Releated functions do we write in VB scripting
Explain the types of object repositorys in qtp?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Explain about business process component? types and usage?
What is the syntax to call one action in another?
How u will do versioning in QTP?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
what kind of frame work you used in your last project?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How do you create regression test packs?
What is TOM in QTP?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?