-
-
What is the procedure to test flash applications using QTP?
Can anyone please answer
-
--------
I want to get this value "12" from the text field and use it some where. I did the following
value=
Browser("").Page("").WebEdit("_id0:ltrno").GetROProperty("Value")
msgbox("The value is "& value)
The message being displayed is: The value is
i.e. nothing is being displayed
Need some guidance.
Thanks in advance. ">Browser("").Page("").WebEdit("_id0:ltrno").Set "12"--------I want to get this value "12" from the text field and use it some where. I did the followingvalue=Browser("").Page("").WebEdit("_id0:ltrno").GetROProperty("Value")msgbox("The value is "& value)The message being displayed is: The value is i.e. nothing is being displayedNeed some guidance.Thanks in advance.
-
-
-
-
-
-
-
-
-
-
-
-
-
Can we perform performance testing by qtp?
No we cannot perform performance testing by qtp we perform it by manually,but we can perform load testing by qtp by using multiple users using tool.
Wat is meant by Batch Testing
Group of tests executing sequentially one by one is called Batch Testing.
Ans