What is a function to capture dynamic values in the web
vuser script?
Answers were Sorted based on User's Feedback
Answer / mahesh sv
Web_reg_save_param function saves dynamic data information
to a parameter.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / balaji
The following function is used for capturing dynamic values
in web Vuser script :
web_reg_save_param (const char *ParamName, <List of
Attributes>, LAST);
Ex:
web_reg_save_param ("Param Name","LB","RB",..., LAST);
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / subhashini
The function to capture dynamic values is:
web_reg_save_param
("pagesource", "LB/IC=", "RB/IC=", "ORD=1", LAST);
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / subhashini
The function to capture dynamic values is:
web_reg_save_param
("pagesource", "LB/IC=", "RB/IC=", "ORD=1", LAST);
| Is This Answer Correct ? | 3 Yes | 0 No |
web_reg_save_param() funcion is used for capturing dyunamic
values. in this function depending on the situation we wil
use different arguments. commonly used arguments are
parameter name,leftboundary(LB=),right
boundary(RB),ord,last,notfound=warining,
after tat if the boundaries r dynamically changing then we
can use text flags,savelen,saveoffset.
text flags are nothing but ALNUM,DIG
| Is This Answer Correct ? | 1 Yes | 1 No |
What is stand-alone mode?
What is the difference between performance testing and performance engineering?
Dear Gurus, I have an interview in a company in Chicago and my latest project has the following description can anyone let me know what would be the QUESTIONS that can be asked from the following. Thanks,  Developed test cases and test plans and analyzed the test results using for LoadRunner.  Involved in Load/Performance Testing  Created LoadRunner Scenarios and Scheduled the Virtual user to generate realistic load on the server using LoadRunner.  Created and implemented Performance tests using Mercury Interactive LoadRunner.  Enhancing the scripts using Generator and performed Parameterization and Correlation to meet the requirements.  Involved in performing load and stress test on the application and server by configuring LoadRunner to simulate hundreds of virtual users and provided key metrics to the management.  Configured and Using Performance Monitor to monitor and analyze the performance of the server by generating various reports for CPU utilization, Memory Usage, load average etc.  Involved in conducting stress test and volume test against the application using LoadRunner.  Used Quality Centre to invoke the scripts and initially performed the baseline testing and organized all the scripts systematically and generated reports.  Performed regression testing for every modification in the application using Win Runner.  Involved in performance testing of server’s load and scalability by creating multiple Virtual Users by using Load Runner Virtual User Generator component.  Created detailed test status reports, performance capacity reports and graphical charts for upper management using Load Runner analysis component.  Involved in parameterization of script using VuGen in Load Runner. Please.........
What is the relation b/w Throughput and Hits Per Seconds (H/S)?
By default how many virtual user are there in LoadRunner?
When we go for manula correlation, automation correlation Expl?(Chandana) Real timers Plz
different types of performance testing
What are the element in the loadrunner controller?
While running the tomcat in local host by using loadrunner it shows error like server is not connected give idea to solve this error?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
If web server, database and Network are all fine where could be the problem?
Where do u use Performance testing ?