How to watch currnet value of an object like OK buton or
edit box with "Agent Name:" label. in watch expression tab?
Answers were Sorted based on User's Feedback
Answer / koteswara rao m
WR, Put break point where the script realted to OK buton or
edit box. Now start to execute the script. Automaticaly
script will stop at that break point then now click on
watch expression and then enter "Agent Name:" in that text
field.
Please consider this answer is only in my point of view.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / srinu
In watch statement we can see the values of an variable ,
but , If we want to see the values of an button and edit we
have to get the values of the of those object in an
variable and then we have to give the watch.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is test object?
what is defination of intergration testing?
Is it possible to convert QTP scripts to Silk scripts?
Explain the difference between data driven testing and parameterization ?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
w is fragmentation and paging
if our qtp vb Script may be Currepted then What we want do?
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
What is Active Screen in QTP?
What are test settings and global settings?
can the activities of test case design be automated?
How to covert a String to an integer?