i have 100 check box in a link,out of 100 check box in 25
check box their written qtp(any where i dont know),i have to
select first check box where 1st qtp found.
Answers were Sorted based on User's Feedback
Answer / tom chruise
you need to create child object then use of GetRO fetch the
expected value
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / boomi
Hi below code is the answer. You can make it as a function if you want to use this in multiple places.
Set objDesc = Description.Create()
objDesc("ClassName").Value = "WebCheckBox"
Set objText = ObjHierarchy.ChildObjects(objDesc)
For intItem = 1 To objText.Count - 1
strChkVal = ObjHierarchy.WebCheckBox("index:=" & intItem).GetROProperty("value")
If (StrComp(strChkVal, "QTP", vbTextCompare) = 0)
ObjHierarchy.WebCheckBox("index:=" & intItem).Click
Exit For
End If
Next
| Is This Answer Correct ? | 2 Yes | 0 No |
How you will describe testing activities?
Where can i get professional course on web services testing in hyderabad or bangalore
Describe common problems of test automation.
What is a framework for automation testing?
is there any Rational Functional Tester certification questions available?
Describe some problem that you had with automating testing tool.
Discuss the economics of automation and the role of metrics in testing.
What is data - driven automation?
How software testing is handled?
What is build verification testing, bvt?
Where will you maintain information like url, login, password?
hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent