Wednesday, November 19, 2014

LOAD RUNNER ONLINE TRAINING

LOAD RUNNER ONLINE TRAINING
AcuteSoft is a Global Interactive Learning company started by proven industry experts with an aim to provide Quality Training in the latest IT Technologies.AcuteSoft has a pool of Expert Trainers worldwide on all the technologies to train the students.AcuteSoft is offering Training services to Major IT giants and to individual students worldwide.About Our faculty: we have excellent Load Runner Training instructors who have real time experience plus expert orientation in Load Runner Online Training.
LOAD RUNNER ONLINE TRAINING
We offer you:
1. Interactive Learning at Learners convenience
2. Industry Savvy Trainers
3. Learn Right from Your Place
4. Customized Curriculum
5. 24/7 system access
6. Highly Affordable Courses
7. Support after Training
a. Resume Preparation
b. Certification Guidance
c. Interview assistance
We have a forth coming online batch on  Load Runner Training .
We also provide online training on SAP FICO,SAP SD,SAP WM,SAP PP,SAP MM,SAP SRM,SAP FSCM,SAP MDM,SAP APO, SAP IS RETAIL,SAP CRM,SAP ABAP,SAP BI,SAP BASIS,SAP BO,SAP HANA,SAP BPC,SAP ESS-MSS,SAP CS,SAP PLM,SAP GTS,SAP SNC ,Informatica ,Cognos ,OBIEE, SAS,Oracle Apps All Modules,Testing Tools, Android,iPhone,Hyperion and Big Dada hadoop.

Experience the Quality of our Online Training. For Free Demo Please Contact
AcuteSoft :
India: +91-9848346149, +91-7702226149
Land line:  +91 (0)40 - 42627705
US: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
Skype id : acutesoft
Email id: info@acutesoft.com
http://www.acutesoft.com           
http://training.acutesoft.com

Wednesday, April 23, 2014

Load Runner Online Training

  1. What is load testing ?
Load testing is to test that if the application works fine with the loads that result from large number of simultaneous users, transactions and to determine whether it can handle peak usage periods.
   2. What is Performance testing ?
Timing for both read and update transactions should be gathered to determine whether system functions are being performed in an acceptable time frame. This should be done standalone and then in a multi user environment to determine the effect of multiple transactions on the timing of a single transaction.
  3. What protocols does Load Runner support ?
Industry standard protocols for example HTTP and ODBC are explicitly supported by LoadRunner. Furthermore any protocol that communicates over a windows socket can be supported.  
   4.  What are the reasons why parameterization is necessary when load testing the Web server and the database server.
Parameterization is generally done to test with multiple set of data or records.
   5. What is Load Runner ?
LoadRunner accurately measure and analysis the system performance and its functionality. 
   6. When Load Runner is used.
When multiple users work concurrently.
   7. What is the advantage of using Load Runner.
load runner automatically records the performance of the client/server during test. 2-loadrunner checks where performance delays occur network/client delays. 3-loadrunner monitor the network and server resource to help the improve performance.
   8. What is scenario ?
A scenario defines the events that occur during is testing session. Exam (deposit cash, withdraw money). 
   9. What is the vuser in the scenario.
LoadRunner replace the human user with vuser.
  10 . What is vuser script ?
While run a scenario every vuser execute a script that script known as vuser script.
  11. What the vuser script contain.
The vuser script includes the function that measure and record the performance of the server during the scenario.
  12. What is transaction ?
Transaction measure the time, which takes for the server to respond to task submitted by the vuser.
  13. What is rendezvous point.
To emulate peak load on the server.
  14. When the rendezvous point is insert.
When multiple vuser to perform tasks at exactly the same time then insert the rendezvous point to emulate the peak load on the server.
  15. What is LoadRunner controller ?
Controller is manage and maintain the scenario. using controller you control all the vuser in single work station .
  16. What is Host.
Host is machine which execute the vuser script.
  17. what are the LoadRunner testing process.
There are 5 steps.
  • planning the test.
  • creating the vuser script.
  • creating the scenario.
  • running the scenario.
  • analysis the test result.
  18. what is planning for the test.
Define the performance testing requirements for example no. of concurrent users, typical business processes and required response time.
 19. what do you mean by creating vuser script.
Creating vuser script for emulate the action that virtual user Perform during the scenario execution.
  20.what are the process for developing a vuser script.
   There are 5 steps for developing a vuser script.
1-recording the vuser script .
2-edit the vuser script.
3-runtime setting .
4-run the vuser script in stand-alone mode.
5-incorporate the vuser script into a LoadRunner scenario.
  21. how to create a scenario?
We have to install LoadRunner controller to the host . Then we include list of host(where vuser script execute) then list of vuser script (where vuser run) and then list of vuser that run during the scenario.
   22. what do you mean by Remote Command Launcher (RCL).
Rcl enables the controller to start the application on the Host machine .
  23. what is LoadRunner Agent.
Agent is interface between host machine and controller.
  24. how you load a LoadRunner Agent.
Controller instruct the remote command luncher to lunch the Agent .
   25. how many types of vuser are available.
There are several type of vuser(GUI ,Database ,RTE(terminal emulator), SAP, DCOME, People soft, java, Baan)
  26. 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 / X-Windows environment .
  27. what is MS-windows.
WinRunner used for MS-Window application .
  28. what is X-Windows.
X-runner and VX-runner for X-Windows application.
  29. What is LoadRunner API function.
Data base vuser do not operate client application. Using LoadRunner API function the database vuser can access the data from the server.
  30. How you develop the database vuser script.
Developing the database vuser script either by recording with LoadRunner vuser script generator (VuGen) or by using LoadRunner vuser script template.
  31. How many section database vuser script have.
3 section ,written in code that assemble in C, SQL call to the database, written in TSL (test script language).
  32. How you enhance the basic script.
By adding control-flow, structure, by inserting transaction point and rendezvous point, adding functions
  33. what is run-time-setting.
Run-time-setting include loop.log and timing information.
  34. what is stand-alone mode.
To verify that the script runs correctly.
  35.  what type of function generate and insert by the vugen to the script when you record a script.
1-LR Function.(vuser function) 2- protocol function.
  36. what is LR-function.
obtain the information about vuser running in a scenario .
  37. what is protocol function.
Obtain the information about the type of vuser.
  38. what are the section contain by the vugen while creating a vuser script.
Vugen contain the 3 section .
1-vuser-init
2-action.
3-vuser-end.
  39. what is vuser-init section.
Record a log in to the server(vuser initialize loaded).
  40. what is action section.
Record the client activity .
  41. what is vuser-end section.
Record a log off in to the server (vuser stoped).
  42. How vugen create a vuser script.
By recording the activity between client and server.
  43. How you edit the script.
While editing the script we have to inserting the transaction point and rendezvous point.
  44. what is the LoadRunner start-transaction and its syntax.
It will start the transaction on the script. Syntax. Lr-start-transaction (transaction name).
  45. what is the LoadRunner end transaction and its syntax.
It will end the transaction. Syntax. Lr-end-transaction (transaction name, LR-AUTO).
where you insert the rendezvous point.
Rendezvous point insert in to the script to calculate the peak load of the server. Syntax. lr-rendezvous (rendezvous name).
  46. what are the element in the LoadRunner controller.
Title bar(name of the scenarion presently working). Menu bar(selecting the various command). Tool bar. Status bar.
  47. what are the 5 icons appear in the buttom of the controller windows.
1-host windows(list of machine).
2-script windows(list of all the vuser script)
3-rendezvous windows.
4-transaction windows(display all the transaction) .
5-output window( display error and notification message).
  48. what is .lrs.
LoadRunner save the information in a scenario files.
  49.  what is scenario wizard.
Through scenario wizard we can create a new scenario.
 50. what is filtering and sorting.
We can filter the information display only those items that meet the selected criteria(filter box) .exam you can filter vuser only those who are in ready state. Sorting - we can sort all the vuser in the vuser list. In order to their vuser ID(1,2,3,4,5,6,7,8,9).
51. what are the information crating for each host.
1-the status of the host.
2-the platform type of the host(windows/Unix).
3-details of the scenario.
52. how to create a host list for a scenario.
1-install remote command luncher on every machine.
2-add the name of the host to the host lists.
3-set attributes for each host.
4-select which hosts will take part in the scenario.
 53. what the host attributes determine
1-the maximum number of vuser that host can run.
2-the initialization quota .
3-the location of the WinRunner configuration file.
4. the location of the file during run-time.
 54. How you set maximum number of vuser that a host can run.
We can modify the maximum number of vuser according to the (available resource , the needs of your scenario, LoadRunner license agreements).

Wednesday, March 19, 2014

LOAD RUNNER ONLINE TRAINING

LOAD RUNNER ONLINE TRAINING
AcuteSoft is a Global Interactive Learning company started by proven industry experts with an aim to provide Quality Training in the latest IT Technologies.AcuteSoft has a pool of Expert Trainers worldwide on all the technologies to train the students.AcuteSoft is offering Training services to Major IT giants and to individual students worldwide.About Our faculty: we have excellent Load Runner instructors who have real time experience plus expert orientation in Online Training.
LOAD RUNNER ONLINE TRAINING
We offer you:
1. Interactive Learning at Learners convenience
2. Industry Savvy Trainers
3. Learn Right from Your Place
4. Customized Curriculum
5. 24/7 system access
6. Highly Affordable Courses
7. Support after Training
a. Resume Preparation
b. Certification Guidance
c. Interview assistance
We have a forth coming online batch on Load Runner Online Training .
We also provide online training on SAP FICO , SAP SD , SAP WM , SAP PP , SAP MM , SAP SRM , SAP FSCM , SAP MDM , SAP APO , SAP IS RETAIL , SAP CRM, SAP ABAP, SAP BI, SAP BASIS, SAP BO, SAP HANA, SAP BPC, SAP ESS-MSS, SAP CS , SAP PLM , SAP GTS, SAP SNC , Informatica ,Cognos ,OBIEE, SAS, Oracle Apps All Modules , Testing Tools,Android , iPhone ,Hyperion and Big Dada hadoop.

Experience the Quality of our Online Training. For Free Demo Please Contact
Santhosh /Lakshmi :
INDIA: +91-9848346149, +91-7702226149
Land line:  +91 (0)40 - 42627705
US: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
Skype id : acutesoft
Email id : info@acutesoft.com
http://www.acutesoft.com 
http://training.acutesoft.com

Thursday, September 26, 2013

Load Runner Course Curriculum

Load Runner Course Curriculum
 

   Introduction of LoadRunner
 
   LoadRunner Testing Process
 

   LoadRunner Architecture
 

   Virtual User Generator

  • What are virtual users?
  • Creating VU Script
  • Transaction Points
  • Rendezvous Point
  LoadRunner Controller
  • Design Scenario
  • Add Group
  • Add V-Users
  • Configuring Runtime

Saturday, May 11, 2013

LOAD RUNNER OVERVIEW

  LOAD RUNNER INTRODUCTION
HP LoadRunner is an automated performance and test_automation product from Hewlett-Packard for examining system behaviour and performance, while generating actual load. HP acquired Load Runner as part of its acquisition of Mercury Interactive in November 2006. HP Load Runner can simulate thousands of concurrent users to put the application through the rigors of real-life user loads, while collecting information from key infrastructure components (Web servers, database servers etc.) The results can then be analyzed in detail, to explore the reasons for particular behavior.
LoadRunner supports various application protocols; Flex AMF, Citrix ICA, Remote Desktop Protocol (RDP), ERP/CRM (e.g. SAP, Oracle eBusiness, Siebel and People Soft), Databases, Mail Clients, Web Services, AJAX TruClient (with V.11.0).
HP LoadRunner is the industry standard for application performance testing. The load testing tool helps you prevent issues by detecting bottlenecks and to obtain an accurate picture of end-to-end system performance before going live.
Extremely flexible for organizations and projects of all sizes, LoadRunner software testing tool enables you to test a range of applications including mobile, Ajax, Flex, HTML 5, .NET, Java, GWT, Silver light, SOAP, Citrix, ERP and legacy.
   Architecture Overview
LoadRunner works by creating virtual users who take the place of real users operating client software, such as Internet Explorer sending requests using the HTTP protocol to IIS or Apache web servers.
Requests from many virtual user clients are generated by "Load Generators" in order to create a load on various servers under test
These load generator agents are started and stopped by the "Controller" program.
The Controller controls load test runs based on "Scenarios" invoking compiled "Scripts" and associated "Run-time Settings".
Scripts are crafted using the "Virtual user script Generator" (named "V U Gen"), It generates C-language script code to be executed by virtual users by capturing network traffic between Internet application clients and servers.
With Java clients, VuGen captures calls by hooking within the client JVM.
During runs, the status of each machine is monitored by the Controller.
At the end of each run, the Controller combines its monitoring logs with logs obtained from load generators, and makes them available to the "Analysis" program, which can then create run result reports and graphs for Microsoft Word, Crystal Reports, or an  HTML webpage browser.
Each HTML report page generated by Analysis includes a link to results in a text file which Microsoft Excel can open to perform additional analysis.
Errors during each run are stored in a database which can be read using Microsoft Access