Did u use check points during ur work experience ?
Answer Posted / sudeepthz
If we are working with QTP, we should use the check points
to validate the functionality is working properly or not,
until unless we use descriptive programming.
Any new suggestions???
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does QTP identify an object?
Explain the concept of object repository and how qtp recognises objects?
How does quicktest professional (qtp) identifies the object in the application?
How qtp recognizes the object?
How can you exit from an action?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How many types of parameters are there?
How to creating an output value using quicktest professional (qtp)?
what type of automation is follwed in the project?
What environment does qtp run in?
How will you find the current time of the remote machine using QTP script?
how do u plan test automation?
who QTP recognizes the object stored in object repository?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me