what is the function to execute batch jobs?
Answer / sksy
Use this piece of code
Action()
{
char command[1024]; // declare a cahar val
sprintf(command, "C:\testshilpa\batfile.bat");// mention the path of the file with full path details
system(command); // it will execute the command
return 0;
}
Note: batfile may contains command for batch job.You can try with "ping localhost -n 10"
| Is This Answer Correct ? | 0 Yes | 1 No |
We add think time between two transaction to give interval between transactions. Why?
What are the information contain by script windows for each script in the list?
when a Load Runner controller fails?
How you set maximum number of vuser that a host can run?
What is the loadrunner end transaction and its syntax?
What is Ramp up? How do you set this?
What is the performance testing approach ?
How can correlation be performed?
Hi anyone please share the load runner error messages
Plz someone tell me about user interface testing and backend testing and hw did u use it in ur project.plz give a detail answer i need to explain it to the interviewer. plzzzzzzzzz guys its urgent.
What is the benefit of running a vuser script as a thread?
Where should you add a web_reg_save_param function to a script?