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 |
Which testing tool can be used for a window base application. My application is a WPF window application, which testing tool i can use to test this application?
How to decide the tool that one should use for automation testing in their projects?
is there any one got offer from snapdeal?
Explain me which web driver implementation is the fastest?
Hi, I am working as QA Engineer in Bangalore having around 2 yrs of experience in manual testing. I wanted to learn automation tool side by side which currently has value in market. Can anybody suggest good automation tool to learn and institute in Bangalore? Thanks in advance, bbn
what is the importance of action in QTP & When it need to use it ? I m getting it please expian it me with proper example.
worksoft automation tool how do you create process ?
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
what are the Extension files in QTP?
how many clients are using this application?
in my application i am getting different errors at same place. how i capture that errors using less code in qtp.
What is ‘good code’? What is ‘good design’?