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 |
What is load testing?
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.?
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.
where we can insert the ANALYSIS RESULTS AND RESPONSE TIMES? any document is using to store this? and sending this document to whoom?
What is the significance of “vuser-init “?
You are Performace Engineer and it is bottleneck how will identify it is Database Issue? Any one can justify? send to sss4702@gmail.com
Hi I am to load runner ,please let me know what is the actual process of load runner and how to use it
How could you measures Https/Sec ?
WHAT IS AUTOMATION TEST FRAME WORK
what is mean by splitfunction give me one example?
What is a rendezvous point?
How Load Runner records the script? I mean How it generate the script?