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
What is the Differnce between Client/Server Testing and Web Based Testing?
Please explain what is the hybrid framework?
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?
What is keyword driven automation?
Tell us the line of code webdriver driver = new firefoxdriver();.?
8. How we test web based application
What are the pre-requisites to start automation testing?
What is modular automation?
Once you identify the tool what would be your next steps?
What is test automation?
What issues come up in test automation, and how do you manage them?
What is self-referencing constraint in mainframe development?
wat would be the parameteries for ul testing for web applilcation
When is automation testing useful?
Tell us what is the difference between @factory and @dataprovider annotation?