Can we execute QTP scripts in LoadRunner? Our system uses a Linux with tandem database. What's a tandem database and primarily what languages it uses like C++ or COBOL. What protocol should we select while creating scripts? like if its web we use HTTP protocol so for here what factors should we consider to select on a protocol.
How will you perform a load test if you do not have an application to record? You are basically doing load test on the stored procedure. what will be the best approach to do so? stored procedure is in .net and databse in sql server.
Hi, I'm trying to record a client server application. To invoke the client application we need to run a batch file(not an .exe file). Front end is made up of Java and backend is with SQL server. I had used ODBC protocol(as a WIN32 application), loadrunner even before invoking the batch file of client application, immdiately exits the screen saying there's a error in initializing the Java virtual machine and nothing's recorded. I think the problem lies with the invoking of batch
Which protocol should i use for windows based applications? (For example i want to do load testing on calculator).
I need to validate the performance of ODBC application which uses RMI and CORBA interfaces. I was using the RMI- Java Protocol or Corba Protocol (there is no option in LR to select both the protocol at a time). But, while recording, the scripts are not getting generated.Can any body assist in this issue.with regardsSai
Hi,I need to record script for VC++ 6.0 windows based application, backed is sybase, tried with different protocols but it is not recording the events, please guide me about which protocol is to be selected
Latest Answer : If you have multiple iterations in your script, the only part that will run the number of times the iteration runs is "Action."Vuser_init and Vuser_end only runs once in the script. So, having actions that you only want to run once before and ...
I Have to do load testing on windows based application, we are having SQL Server, how to record Script, I tried with different Protocols like COm/Dcom,Web,Windows Socket.Can any one Suggest any other way
Latest Answer : Use the protocol:ODBC for recording SQL script ...
What is use of vuser_init() and vuser_end() while we record the script, when are these functions used.
I am testing a web application. In this application a user has a unique login name.If i record the script and replay it ,the script fails as while recording the login name used cannot be repeated.I have
Latest Answer : I think you should check the parameters properties, there is an option in which data is picked sequentially from the rows of the param file. ...