Load Runner Interview Questions Part6

November 14th, 2007 Rama Posted in Load Runner Interview Questions Part6 No Comments »

1. How you load a loadrunner agent?
Controller instruct the remote command launcher to launch the agent.

2. how many types of Vusers are available?
There are several types of Vusers
1. GUI
2. Database
3.RTE(Terminal emulator)
4. SAP
5. DCOME
6. Peoplesoft
7. Java
8. BAAN

3. What is GUI Vuser and on which platform it will run?
GUI vuser operate graphical user interface application and it can run in either the MS windows or X windows environment.

4. What is loadrunner API function?
Database Vuser do not operate client application. Using loadrunner API function the database Vuser can access data from the server.

5. how do develop the database Vuser script?
Developing the database Vuser script either by recording with load runner Vuser script generator (VuGen) or by using loadrunner Vuser script template.

6. How many sections database Vuser script have?
3 sections, written in code that assemble in C, SQL call to the database, written in TSL (test script language).

7. How you enhance the basic script?
By adding control flow, structure, by inserting transaction point and rendezvous point, adding functions.

8. What is runtime setting?
Runtime setting includes loop.log and timing information.

9. What is standalone mode?
To verify that the script runs correctly or not.

10. What type of function generate and insert by the VuGen to the script whe you record a script?
1. LR function (Vuser function)
2. Protocol function.

11. What is LR function?
Obtain the information about Vuser running in a scenario.

12 What is protocol function?
Obtain the information about the type of Vuser.

13. what are the section contained by the VuGen while creating a Vuser script?
VuGen contains the 3 sections.
1. Vuser-init
2. Action
3. Vuser-End

14. What is Vuser-init section?
Record your log into the server(Vuser initialize loaded)

15. What is action section?
Record the client activity

16. What is Vuser end section?
Record a log off into the server(Vuser stopped)

AddThis Social Bookmark Button