Write a code check the checkbox in the web table which is in
the 4th row and fifth column (Use child item concept)
Answers were Sorted based on User's Feedback
Answer / uday
set cbObj=browser(browserObj).page(pageObj).webtable
(webtableObj).childitem(4,5,"WebCheckbox",0)
cbObj.set "ON"
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / goutham
set cbObj=browser(browserObj).page(pageObj).webtable
(webtableObj).childitem(4,5,"WebCheckbox",0
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the common defects found in your project? (in qtp interview)
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What are the advantages of Automation objects than Test Objects?
When we use Object Spy? can we write QTP script before built is came in testing?
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...
what is the smart identification techniqu?what r the different mechanisums used in it?
suppose by navigation i went from 1st page to 5th page write a script for coming from any page to the 1st page abd by executing where the page may be . it will come to 1st page give the code using gmail. give me mail id so that i can under this answer with out any doubt
Why QTP is termed as a Record and Playback tool?
how do check the links in a webpage ?
What is the difference between browser sync and page sync in QTP?
What is the difference between systemUtil and invoke method..?