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?
How to write Web_custom_request?
How do you estimate the transaction mix / VUser mix in LoadRunner?
Hi all, Do anybody know how to test JDBC protocol application which doesnt have any UI with LR.I want to test it for performance.Do i need to develope any UI to trigger that process or is there any other way around??Please help me
How does loadrunner execute a performance scenario?
I dont have real time experience on Load Runner, but i am going to attend Interview on Load Runner. Can anyone give some tips ?
what is the difference b/w astralaod and loadrunner?
Performance testing Training
i have 4 systems 1-windows,1-unix,1-linux,1-solaris. 100 vusers to 25 vusers each system. script was created in windows system. then i want to know how can i do this, do i need to install LR in all the systems ? please explain whole the scenario up to...Run step by step---plz give answer only realtime...?
parameterization methods and correlation concepts
Do we consider firewall in performance testing? If so where and why and what we will do with firewall in testing?
How do you report a bug when it is found in perfomance testing using Load Runner