In a web application , there is a table of rows and coloums
, i want to pickup the 1st row and 3rd coloums name (not
data)how can any one explain
Answer Posted / lakshmareddy bhavanam
By using getcelldata(rows,columns)
ex:- browser().page().webtable().getcelldata(1,3)
the above answer is not correct please send thee correct
answer
my mail id is bhavanamlakshmareddy@gmail.com
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is the difference between run time object and test object?
What is a reusable action?
What is the difference between analog and low level recording?
what is the difference between the modular framework and datadriven frame work
Tell me one scenario, the complex functionality you have automated in your project?
write a script to verify the image path(src property) of the images which are in web pages.
What is the syntax to call one script from another?
how to prepared for first for the first interview?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
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
Is QTP supports Unix. If yes, then how the test automation is done?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
what is the difference between modular framework & datadriven framework
In qtp is it possible to check broken links of a page?