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 |
where we can see the graphs in Loadrunner when it is use ? (Chandana)
While running a scenario in loadrunner controller,the component suddenly hangs and gets closed automatically,the results of the test is no saved and when i open the scenario now,how can i get the results back.?
what is browser emulation in load runner
How do you load a load runner agent?
What is the difference between hits/second and requests/second?
Difference b/w URL and HTML modes in LR?
why parameterization is necessary when load testing the web server and the data base server ?
What is Injector in Loadrunner?
what is the function to execute batch jobs?
Correlation means capturing a dynamic value which is generated from the server. I got this point. I need one small conformation. 1. is correlation applicable to the objects which are generated dynamically. eg: consider there are 2 form. based on the options filled in the form 1, form 2 objects will generate.to handle these dynamic objects is correlation is required or not.
How do you identify the performance bottlenecks?
What is transaction per second graph(pass)?