How will u test content of an web application with out using
chechpoints in QTP 9.2?
Answers were Sorted based on User's Feedback
Hi Narendhra here i didn't understand the question exactly.
If u want to test any thing in the web application u can
use
childobjects method.This method wil grab all the objects.If
u want the object runtime properties u can use
getroproperty method.
Any doubts mail me at
mskalyan.smile@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use the Object spy in QTP 8.0 version?
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
With what extension you can save the list of tests in a file to run in test batch runner?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
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)
WHICH functionalities of QTP used in Banking project?
Can anyone tell me about "Step- By Step Paramterization". among the two paramaterizations, Step by step and Parameterize All, which one is mostly used.
what is the command (keyboard command) to swith from expert view to key word view
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.
Hi, When I click on a hyperlink a secondary pop-window will open. In that pop-up window there will be 'N' number of records arranged in with paging option in datagrid table. Each rows contains two columns, one is text and the other is a radio button. I will pass the first column value and based in it the tool have to select the corresponding radio button in that row. Please someone help me how to handle this as am new to QTP.