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?
Answer Posted / 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 |
Post New Answer View All Answers
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?
What is QTP and the use of QTP in TD?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
What are the benefits of quick test pro(qtp)?
What is checkpoints for quicktest professional (qtp)?
How software tester can use constants and variables in scripts?
How to handle the exceptions using recovery secnario manager in quicktest professional?
What are the automation metrice in your project?
regular expression in qtp standar check point for months from accepting months from january to december only
What is a reusable action?
What is the use of Debug Viewer?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.