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 |
How did you use automating testing tools in your job?
COULD ANYBODY GIVE ME THE DIFFERENCE B/W RATIONAL ROBO,SILKTEST,OPEN STA,LOADRUNNER,WINRUNNER,TEST DIRECTOR AND QTP?
Tell us how can you create html test report from your test script?
When do you start developing your automation tests?
Explain me what is the difference between setspeed() and sleep() methods?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
What types of documents would you need for QA, QC, and Testing?
why should we choose VSTET(Visual Studio Team Edition for Testers) and not QTP?pleas give me the reasons for "WHY" we have web and client server app, supports power builder and on windows OS so this is the background of tech and envir things we have and now VSTET is good to use or not? if "NO" then tell me why
Describe some problem that you had with automating testing tool.
Can anyone tell me the correct answer of below question....it is about Bugzilla tool. When bug will find out at the time of executio where it will save or what is the location of bug??
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?
What are the important modules of an automation testing framework?