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
Answer Posted / 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 |
Post New Answer View All Answers
Do you know what is a xpath?
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..!!
What is mean by ARGO testing? Can you please explain anyone
How do you choose which automation tool is best for your specific scenario?
What are the advantages of manual testing and automated testing?
what is the dictionary objects in QTP? and what is method of vb script using virtual object wizard........
Elaborate the fields in bug report in automated testing
Tell me how a text written in a text field could be cleared?
Please name a couple of standard web function found in the function generator?
How can you create html test report from your test script?
What are the most popular tools for automation testing?
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
Do you know how can we make one test method dependent on other using testng?
Do you think that testing can be done only at the ui level?
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(