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 |
hi guys put hand is in ur heart..and .pls post the REAL ANSWERS... don't cheat the job searching guys.. my ques is WHICH INST IS BEST FOR PERFORMANCE TESTING in HYD? some body post testq,TS tech, satish sir like this ..pls send the REAL ANS..? THANK U
If a Page is having 5 Links and there are 5 users and each user is clicking on one link. How can we achieve it in Loadrunner.
What is ment by Module level testing ? (Chandana)
What is Perfomance Tuning? where can we use this
How u know that 20th user not running correctly in ur graph?
3 Answers Infosys, ITC Infotech,
1.How can you Calculate load / stress testing in manually ? Is there any Calculators are available? If yes Please send me the Formulas?(I mean how the tools Ex: load runner, JMetter, Silk Performer ……………………….calculating the load )
How to reinstall LoadRunner without formatting the PC
How to calculate TPS in LR and Jmeter? Suppose I need to carry out test for 1hr duration with 10 VU and i need to achieve 5000 transactions. What should be the iteration of a single user to achieve this ?
How do decrease the TPS,when one Vuser is running? For example, I am running one DRB with TPS 18 TPS, I want to maintain it as 7 TPS, how?
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.?
)Example of web_submit_form is the regestration form which u have to fill while creating a mail_Id Example of web_submit_data is the login page contains the fields like user name & PWD. Is this correct answer for diff btn web_submit_form&web_submit_data and their examples.
What is scenario default?