Hello everyone! I have a problem which I think you might have the solution to. Basically what I'm trying to achive is to iterate over every value in a drop...
Henrik, Try something like: int i,iCount; /* Make szParam big enough to hold your param name*/ char szParam[25]; /* Make szParamVal big enough to hold the...
Hello Everyone - I just got back from London a few weeks ago after doing some SAP testing. So I volunteered to do a presentation on it at the Mercury ...
Hey Mike and others, Thanks for your useful contributions. We did work on the run-time settings on the controller side. Here is how we managed to resolve our...
Henrik, Check the function reference for web_reg_save_param Along with saving the array, Loadrunner also saves the count. The function reference has a good...
Hi, How do I make a WinRunner script work in LoadRunner. I need to do some batch processing and i manullay code it in WinRunner using Win32API. This script...
7027
atul sapkal
atul_sapkal@...
Sep 2, 2003 3:36 pm
Hi, Am a novice at using load runner. To test EJBs I can use VUser scripts or EJB detector. I have 2 questions - 1. For using Vuser scripts for EJB (assuming...
Hi there, I was wondering if there is any model to use for LR staff estimation based on project size. For instance the model can be based on number of hours of...
Sundar - Check the archives here, and/or the LR documentation. It's well covered in both... In a nutshell: you can run *one* instance of WinRunner on a ...
I've never seen metrics for LR staff... I'd staff it like any other programming project, based on: * funds available * proposed deadlines * number of test...
Hello, When I record my script, I am stamping some text on each page on the script using web_reg_find ( as below). Anyways, I want to know how to write the...
Kidra - I don't know of any model for this, however, Depending on the number, complexity, and api type of your application it could range from 8 hours to 24...
I need help to find out how to run the test script in the controller continuously. Previous LR tester set up the scripts in the controller to run without...
Dear all, I am new in this field-testing. I want to know how to generate the DataBase vugen? Currently,I do following in the vugen(7.0): Actions() { ...
Those are defined for you in the header files. You don't have to worry about them. To get more info, click somewhere on the name of the function call then ...
but If I write the database vugen script manually, how I write it in the header file? anyfile or special file? could you give a example, thanks. Best Regard ...
First question: why would you ever do manual code development? The capture-playback works well. There is no user documentation on the header file content. If...
I want to auto generate, but it cann't generate the sql script in the DB vugen for example "insert into customers(....) values(...)" after I begin the record....
but I cannot generate automaticly. I following the steps: 1 open the vugen, and then select new ->new virtual user 2 select Client/Server->MSSQLSERVER 3 begin...
Hmmm. That should work fine. I do it all the time with SQL*PLus on Oracle. You are getting results back from your query which means that you are talking to...
Then before record db vugen, should I set up others? Do you some information about the DB testing? Best Regard Miller ... on Oracle. ... are ... connection,...
Hi, In fact, it's my first day to start using RL for my Siebel project stress testing. After reading online help manual, I have no problem in building up a ...
Try rerunning it using WinINET option (available somewhere under run-time settings. You may also have to add the authentication command to the script. You'll...
If you are using Oracle, try recording Oracle instead of Microsoft SQL Server. ... From: millerchen20002000 [mailto:hongli_chen@...] Sent: Wednesday,...
In the controller goto edit schedule and if you set it to run until complete, it will run for how many iterations you have set to run or you can set it to run...
Hi, I am running a LR script containing transactions "init1", "init2" and "init3". This is done, so that I can see the specific results for each transaction....
Thanks Colin! Your tip worked brilliantly. I didn't use the web_custom_request though, instead i manipulated the URL using sprintf. It was easier to manipulate...