which function you will use to compare the application date
with system date?..
Answer Posted / ak
You can get the system date in WR via function:
sysDate = time_str(get_time());
Match this date (sysDate) with your application date.
If the format of both dates are different then you can
modify or split (use split() fucntion) any one among them
as per your requirement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which are default codes winrunner generates when we start the application?
What are the two modes of recording?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
Why don’t we normally load the gui maps through start up scripts?
What is tsl? What 4gl is it similar too?
What is contained in the test scripts?
what is the difference between toggle checkpoint and checkpoint?
What is the use of gui map?
what is the testing high level architecture
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
Define parameterizing?
How do you identify which files are loaded in the gui map?
Difference between winrunner and test director?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.