how u test a frame in a web page using QTP?
Answer / bhargavi
can i get the details of it.
i think u want to test whether the frame is exists or
not.if it is the case then
if Bowser("browser name").page("page name").frame("frame
name").exits then
reporter.reportevent 0,"frame","frame exists"
else
reporter.reportevent 1,"frame","frame doesn't exists"
end if
| Is This Answer Correct ? | 9 Yes | 1 No |
1.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?
2 Answers Genpact, Infosys, Symantic Space, TCS,
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
What is debugging? How you debug your script?
What does it mean when a check point is in red color? What do you do?
What will be happen if i load object repository at run time, but it has already associated.
I want to open a text file and then search some specified text in it and then replace that text with some other text i found that text in .txt but do not know how to replace that text can any body help me. if possible put the code for qtp
In QTP I have a parameter in a datatable that is a sentence. I need to take the last word from the sentence and enter it into a field in a web application. How can I setup a parameter to enter in just a portion of the parameter (last word of the sentence) instead of the entire paramater (whole sentence).
How does qtp recognize objects in aut?
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example