can we change the name of a check point?
when will you start writing testcases?
do you follow any methodology for writing test scripts?
qtp is key word driven testing or data driven testing?
Answers were Sorted based on User's Feedback
Answer / ravi
We can change checkpoint name also.
In QTP 9.2, right click on the checkpoint statement, you
will find checkpoint properties. In the properties dialog
box, you can change checkpoint name. This feature is not
present in QTP 8.2.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anil.sts
I dont know for first question
we write test cases after recieving the srs doc and use
case doc
qtp is advanced keyword driven testing and also supports
linear driven
data driven
module driven
hybrid driven testing
| Is This Answer Correct ? | 2 Yes | 0 No |
How to find Operating system information using QTP script?
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
How QTP integrate with application?
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
How to export data present in Datatable to an ".xls" file?
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.
Hi..friends can anybody write the script for this question... Am having some 20 nos of links in a web application, i want to click some 5,13 & 17th links. So please....can anybody give the answer....??? -->Hani<--
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.
can we test an windows application using qtp
Could some one help me the difference between GetTOProperty and SetTOProperty and when we will use these properties. and what is meant by SetToProperties..
What is use of object spy?