if i want to check text on the status bar how to test is
i need the report also after getting the result weather it
is matched or not?
Answers were Sorted based on User's Feedback
Answer / chsn
Use getroproperty to get text of the status bar
Use reportevent to report the text
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / praveen
We can use getvisibletext method to capture the text on the
status bar. Store the capture text in a variable.
syntax: Variable=object type("Object Name").getvisibletext()
By using following conditional statement in the script we
can check the text and report if is success or not.
If variable= "text" Then
reporter.reportevent micpass, "Text Captured", "Same"
else
reporter.reportevent micfail, "Text Captured", "different"
| Is This Answer Correct ? | 2 Yes | 3 No |
Can we install QTP on remote server and access it as a web application on other system (client place)? If so please let me know. Thanks in advance, Ravi
Explain about the Test Fusion Report of QTP?
what is difference between Mandatrary proparties and Assistive proparties? Explain
hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance...
What is the difference between systemUtil and invoke method..?
What are the differences between qtp and winrunner?
How to retrieve value (data) from notepad using QTP ?
What is Test Fusion Report in QTP?
What is test object model in QTP?
how to evalute defects in QTP script?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
By using QTP can we record any log files written by the application which is in execution?