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 / cnu_thatavarthi
Dim strValue
strValue = Browser().Page().WinEdit().getRoproperty("supported property Name")
Msgbox strValue
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
There is an excel file of 1 to 100 sheets how you will iterate through it?
what are all the fileds present in object repository?
Explain the concept of object repository and how QTP recognizes objects?
When to use descriptive programming?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
QTP script is not working on other's machine..
How to change the priorities of the recovery scenario properties?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
what is clean sweep?
What are the different properties of an web object
What are the different types of action?
How do you test DLL files using automation Tool QTP?
Write a script to verify font style and color of a windows object using descriptive programming
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
What is 'sleep' in sync point?