How can u enter text in one particular text box? if one
webpage contain multiple text boxes, all text boxes with same
properties there in no index and Location properties
Answers were Sorted based on User's Feedback
Answer / suresh
use descriptive programming
dim webed
set webed=description.create
webed("micclass").value="webedit"
arr=browser("").page("").childobjects(webed)
for each i in arr
arr(i).set "text"
next
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / killada prashant
u need to check the properities of the webcheckbox in the webpage, there wud be one unique property in a box which differentiates from the other boxes using object spy in qtp
| Is This Answer Correct ? | 1 Yes | 2 No |
2. How you will collect a module from the version?
What is junit annotation?
Give some examples for defect management tools?
What are the points that are covered while planning phase of automation ?
How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?
Anyone aware of Test Runner (ETL Automation Testing tool) if so please help me with material in keerthi.smile14@gmail.com
Tell us the difference between assert and verify commands?
If i am doing the automation of test suites in a project. Then what will be the system interfaces for that?? The tools I am using or something else... please help..!!
I want a code for a following item in TSL Language. Look up a person in database, If not found, add person to the database.
Define behavioral testing
Please explain what is a relative xpath?
Tell me what databases can test director reside on?