how can we test load time of an page in webtesting?
Answer Posted / nanda.d
By applying page checkpoint o a specific page u can verify
load time of that page.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to find the name of the machine where you are running your automation scripts in qtp?
How will you test a stapler?
Where to use Property Let, Property Get, Property Set in UFT
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What is the difference between byref and byval in qtp?
why should we give deliver good quality software?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
Explain different checkpoints in qtp.
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Can the user toggle between using Local OR and shared OR for the same action?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is qtpro?
How to test results for qtp ?
Is QTP supports Unix. If yes, then how the test automation is done?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.