If u r using library files (Instead of Check Points) , How
do u do bitmap check ?
No Answer is Posted For this Question
Be the First to Post Answer
how can i impliment error handling in QTP?
How u prepare Test result summary in QTp?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
What is the difference between byref and byval in qtp?
How will you check that your test cases covered all the requirements?
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
can i automate java web application using qtp web addin only not using java addin
I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP, MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
How u perform exception handling in QTp,what is other name for ths
what is parameterisation?
HOW DO U CALL A ACTION IN QTP?