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 |
why should we give deliver good quality software?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Could you please suggest a book to start with QTP and also a book for advanced concepts?
How should I check my code( Before going to execute) without executing the script in QTP
how to load the *.vbs (or) test generating script in a new machine?
DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example
What does VBS file contain..? what is VBS file.?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
What’s the QTP testing process?
1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...