Skip to main content

Posts

Showing posts from February, 2014

Performance Test Plan

                                                   Performance Test Plan Today i am going to share my knowledge on performance test plan. Before executing any performance test, we should prepare a performance test plan. A good performance plan makes us prepare to look into foreseen issues and risks. Even a good performance plan can also give fair idea of goal or objective of performance test. A good performance test plan should cover at least below mentioned points: 1.       Overview -Objective -Scope -References 2.      Requirements -Hardware -Software -Automation tools -Environment: when we say environment then this section should cover details of application...

Record scripts on mobile applications in LoadRunner

Record scripts on mobile applications in LoadRunner : As LoadRunner 11 in Patch 3, Mobile App (HTTP/HTML) protocol added which can help us to record scripts of mobile apps. There are three recording options in the recording Wizard: 1.Record and Analyze Traffic - Use mobile sniffer agent to capture traffic and then analyze. This allows Vugen to connect to the mobile agent on the server or localhost and carry out the business process for recording. 2. Analyze Traffic - Analyze traffic using existing capture file to generate script. This allows Vugen to scan a pre-captured network traffic (WinPcap) file and generate the code based on the traffic. 3. Record Emulator - Record script using a mobile device emulator. This allows Vugen to record an emulator installed on the Vugen machine. With this option, you need to verify that you are able to bring up the emulator and navigate to a URL outside of Vugen to make sure the emulator settings are correct. 

Mobile Web(Http/HTML) Protocol IN Loadrunner

Today i will share my learning on performance testing performed on mobile application. We can use Load runner tool for mobile based applications. HP LoadRunner 11.50 has two new protocols for helping to record mobile applications: ·          Mobile Application – HTTP/HTML : recording scripts at the transport level for both browser-based mobile applications and native mobile applications, that communicate with their servers over HTTP ·          Mobile TruClient: recording scripts for browser-based mobile applications through the browser-based user interface.  This protocol is based on Ajax TruClient, using a browser modified to emulate the mobile browser. These protocols are independent of mobile operating systems, so will work on different versions of iOS, Android, Windows Mobile, WebOs (Palm), Blackberry, etc. Let’s see the picture behind the scene: We can run the p...

Citirix Test using LoadRunner 11.0

Steps to perform while Citirix Test using LoadRunner 11.0 1.     Make sure Window are in full screen mode while recording 2.     Load runner supports Citrix 12.1 version 3.     After saving the script please add below mentioned code into “default.cfg” file under script directory: [CITRIX] DesktopColors=32 Colors=True Color (24 bit) Enctyption=128 Bit Window=1024 x 768 Latency=Use Server Default Compression=1 Cache=0 Queue=0 Sound=Use Server Default BitmapSyncLevel=Exact [CommandArguments] [ModemSpeed] CustomModemSpeed= EnableModemSpeed=0 EnableCustomModemSpeed=0 ModemSpeed=14400 [TIMEOUT] Connect=180 Waiting=60 Typing=150 [FILTERS] IncludeFiltersInList= FilterType=0   [AED] TempAedFile=NO_APP_AT_AED Happy Exploring!!!