how u test a frame in a web page using QTP?
Answer Posted / 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 |
Post New Answer View All Answers
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
wt is the use of multiple questions in QTP
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
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
How qtp recognizes the object?
How to release all resources file from the QTP?
When ‘option explicit’ keyword is used in qtp?
how can i call function (which has link with excell sheet at a remote location) within another function
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
What are the advantages of qtp?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Define Environment Variable in UFT and its uses?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Differences between quicktest professional (qtp) and winrunner?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?