I have application it is one digital clock with all minutes
and seconds. you have to identify the time to verify weather
the time displayed is correct time or not?
How do you automate this scenario?
Answers were Sorted based on User's Feedback
Answer / prathyusha
By using Time() funtion we can retrieve system time. BY
finding the difference between the displayed time and
retrieved time using the fucntion, we can verify whether
the time displayed is correct time or not.
Syntax:
strTime = Time()
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / dmitry
I suppose Tick event should be fired in order capture same
time that timer application
In this case comparing will be more exact
| Is This Answer Correct ? | 1 Yes | 1 No |
How to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?
Sql questions to find second max salary and how to use joins
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Excepton Handling?
How to get data line by line from web element
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
How to change the run-time value of a property for an object?
How will you check that your test cases covered all the requirements?
What is expert view and keyword view?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.