How to find Total no of Text Fields in the Page..Anybody
please answer me..Thanks in Advance
Answer Posted / yogi
set a = description.create
a("micclass").value = "webedit"
set ch_obj = browser("").page("").childobjects(a)
msgbox ch_obj.count
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Explain different type of event trigger option.
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
Explain how Does Run time data (Parameterization) is handled in QTP?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How you can find length of array in qtp?
who QTP recognizes the object stored in object repository?
What are the challenges u faced in testing with crm domain? How u overcome with?
terminal services client
What is active screen?
Explain the benefits of quick test pro(qtp)?
Analyzing the checpoint results?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
How to use the object spy in quicktest professional 8.0 version?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..