Answer Posted / neeraj chauhan
Hope this will help you..
Dim str
str="Don't have a Windows Live ID?"
If Browser("Sign In").Page("Sign In").WebElement("Don't have
a Windows Live").GetROProperty("innertext")= "Don't have a
Windows Live ID?" Then
msgbox "We are sucessfull"
End If
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does quicktest professional identifies the object in the application?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
is it possible to add sheets to excel at runtime
Name the properties you would use for identifying a browser and page when using descriptive programming?
What is the quicktest professional (qtp) testing process?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Who uses qtp tool?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Where we can use the analog mode and where we can use the low – level mode?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Which recording modes need more memory?
Hi How to retrieve data from web element line by line?