write a qtp script to see time in windows command prompt?
its urgent....
Answer Posted / shashikala
Hi
" cmd/K is one of the switches avaliable with the cmd.exe"
For Example:
/C Switch : This switch loads a session of ‘cmd.exe’ into
memory, executes the command specified after /C and
terminates the cmd session.
/K Switch : This creates a new command session and
executes the date command, the session is not terminated
after completion of the command.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What is output value? How many types of output values are there in qtp?
What is quick test pro? What is a quick test professional?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Have you done batch testing in qtp? If yes how you are doing?
What is the Difference between test object and run time object?
Where we can use the synchronization?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
what is the structure for the data driven framework
distinguish between old version and new version QTP features.
How will you declare a variable in qtp?
What are the main differences of qtp and win runner?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.