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



I have application it is one digital clock with all minutes and seconds. you have to identify the ..

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

I have application it is one digital clock with all minutes and seconds. you have to identify the ..

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

Post New Answer

More QTP Interview Questions

anyone can explian about types of "Triggere Events" in QTP

1 Answers  


What is contained in the object repository?

0 Answers  


Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?

2 Answers   BirlaSoft,


Explain object spy in qtp.

0 Answers  


How many types of object repository in qtp?

0 Answers  






Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

0 Answers  


unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.

1 Answers  


What do you mean by checkpoints in qtp?

0 Answers  


wt is automation framework? give explonation?

1 Answers   Mindlance,


Is it possible to convert QTP scripts to Silk scripts?

2 Answers   Sierra Atlantica,


In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?

0 Answers  


what is regular expression how will you implement it?

1 Answers  


Categories