how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
Answer Posted / sisira
set desc=description.create
desc("micclass").value="WinEdit"
set child_obj=Dialog(portal).childobjects(desc)
no_objects=child_obj.count
for i=0 to no_objects-1
captured_data=child_obj(i).getroproperty("text")
if instr(captured_data,"-") then
requireddata=captured_data
exit for
end if
next
msgbox "winEdit present with" &"_ "&"symbol"
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the parameter in qtp?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is checking bitmaps?
What is quicktest professional?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
what is the structure for the data driven framework
What is object spy in quicktest professional?
How can you handle exceptions in qtp?
Can we create user defined functions in qtp?
What r the different filters in defect in quality center
What is difference between design time and run time data table?
what the difference between shared repository and per action repository?
which type of testing process are you following in ur company? how to recognize a qtp page?
Explain runtime dynamic settings?
what QTP Options do you know?