How can we count the no of rows are available in a data
table ?
Answer Posted / naga
mohibul is
correct
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
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
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How will you check a web application for broken links using qtp?
what frame work you are following?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
how to download mercury qtp9.2 ny internet ?
Describe function procedure in vbscript.
What is the basic concept of quicktest professional (qtp)?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How many ways is to parameterize the value?
How many lines of code in each script of QTP?
write script for bitmap image?
what are the challenges you have faced while testing web based application using the automation tools ?
How to get popup error message.