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 |
By using QTP, How do you test a frame in a web page?
Explain how to use QTP to check broken links on a page?
What is the difference between per-action and shared?
How you can decide which type of object repository you have to use?
How to find given string is palindrome or not without using strreverse() function?
how will you load the test cases in ddt?
can any one tell me what is process metrics and what is product metrics if possible give me example. Thank You
what is the process to follow between writing the test cases & then atomating it?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How to get Traceability matrix from TD?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?