(android platform )
As we know, with Mobile APP (HTML/HTTP) protocol, Load Runner can analysis * .pcap file and generate scripts automatically.
By share your computer’s internet connection, we can capture the traffic comes from your smart phone. So what we need to do is share your computer’s network and connect you phone to computer.
There are two ways to capture traffic from your phone.
USB tunnel and WLAN
USB tunnel
1. Install winpcap on your computer, you can download it from http://www.winpcap.org/
2. Install wireshark on your computer, you can download it from
http://www.wireshark.org/download.html
3. Install Reverse Tethering on your computer from https://play.google.com/store/apps/details?id=com.littlelan.ReverseTether.Trial&hl=zh_CN
4. Root your android phone, LBE Security is a good choice. Download from here
https://play.google.com/store/search?q=lbe+%E5%AE%89%E5%85%A8%E5%A4%A7%E5%B8%88&c=apps
5. Install USB tunnel on your mobile phone, you can download it from here
https://play.google.com/store/search?q=usb+tunnel&c=apps
6. Connect your mobile phone to your computer via USB. And install the right USB driver on your computer , if you did it so , skip to next step.
7. Turn on USB debug mode.
Change your mobile phone settings by system setting->developer’s option-> turn on USB debug mode.(different phone may different)
8. Turn USB network sharing. Settings->more network sharing-> network sharing->turn on USB network sharing.
9. Run Reverse Tethering on your computer. Click Android tool.exe
10. Click Refresh ->select correct dns-> click connect
(Snapshot on your computer)
Screen on your phone
11. Run wireshark on your computer, select correct network adapter and begin capture.
12. Stop capture and save the file as * .pcap . Then import to Load Runner. The load runner will generate corresponding script.
Ad Hoc network
1. Search CMD-> run as administrator
2.
C:\Windows\system32>netsh wlan set hostednetwork mode=allow ssid=karsen key=1234
56789
Mode= allow to turn on ad hoc network
SSID= Service set identifier
Key= network password
3.C:\Windows\system32>netsh wlan start hostednetwork
You will find a new wireless connection display on your network and sharing center.
Microsoft Virtual WIFI Miniport Adapter.
4. change the regedit value if you can’t see the sharing option on your computer.
If it displayed .you can ignore this step.(if you use company computer, you need this step)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Network Connections
Modify NC_ShowSharedAccessUI value as 1.
4. Share your local connection or wireless network connection
Then turn on your WLAN connection on your phone, you will search a network with SSID karsen. Change your mobile phone IP address as static
(please fill the right DNS, or you can’t access site)
5. install winpcap ,wireshark and capture traffic please refer USB tunnel.
Don’t use soft AP like connectify to share you network. LR can’t generate script in that situation.
相关推荐
在IT行业中,自动化测试已经成为软件质量保证不可或缺的一部分,特别是在大型系统或高并发场景下,LoadRunner(LR)作为一款强大的性能测试工具,被广泛应用于各种复杂环境。LR自动化测试工具的应用V3.0.pdf教程旨在...
SLR(Simple LR)是对LR(1)的一种简化实现;LALR(Look-Ahead LR)进一步扩展,尝试合并相似状态以减少分析表的大小;而LR(k)则允许使用k位前瞻信息。 C程序和C++程序都可以用来实现LR分析程序,尽管C++提供了更多...
LR(0)分析方法是一种广泛应用于编译器设计中的语法分析技术,它的全称是“Lookahead-free Rightmost Derivation in Zero stages”。本实验旨在帮助学生深入理解和掌握LR(0)分析方法,通过设计和实现LR(0)分析程序,...
《LoadRunner 11.5 用户手册》是HP公司推出的一款强大的性能测试工具LoadRunner的详细指南。LoadRunner主要用于模拟大量并发用户,对各种企业级应用进行负载和压力测试,以确保系统的稳定性和性能。本手册是针对11.5...
### 笔记:用LR做Web性能测试---简单入门 #### 一、LoadRunner简介与安装 **LoadRunner**(简称LR),是一款知名的性能测试工具,由Micro ...掌握这些基本概念和技术点,对于开展Web性能测试来说是非常重要的第一步。
1. **用户界面设计**:VC提供MFC(Microsoft Foundation Classes)库,它包含了一系列的类来帮助开发者创建Windows应用程序的图形用户界面。在订票系统中,UI设计应简洁易用,包括登录/注册界面、车次查询、座位选择...
TestDirector,现称为HP Quality Center,是一个全面的测试管理解决方案,支持测试计划、执行和跟踪。其测试流程如下: 1. **创建域及工程**:在安装后进入站点管理,开始配置项目环境。 2. **用户管理**:添加并...
在进行SAP系统的性能测试时,LoadRunner(LR)是一种常用的自动化测试工具。本文主要围绕使用LR进行SAP性能测试的基础知识展开,包括所需的LR版本、脚本录制、参数化、动态参数获取、问题解决以及性能指标。 首先,...
LR性能测试工具,全称LoadRunner,是一款由Micro Focus公司开发的强大性能测试工具,广泛应用于企业级应用系统压力测试和性能瓶颈分析。本指南将详细阐述LR测试工具的安装、使用、监控及分析过程,旨在帮助用户更好...
LoadRunner(简称LR),作为一款由Micro Focus公司开发的功能强大的负载测试工具,被广泛应用于各种规模的项目中,以评估系统在压力下的表现。本文将深入探讨LR测试工具的操作流程,为读者提供一份详尽的操作指南。 ...
手机应用程序性能测试脚本开发简介 手机应用程序性能测试脚本开发是指使用性能测试工具来模拟大量用户同时使用应用程序,从而测试应用程序的性能和稳定性。在这里,我们将介绍使用 LoadRunner 11.0 来开发手机应用...
这个话题涉及的是使用LoadRunner(LR)进行软件性能测试,特别是在一个机票预订应用的场景下。LoadRunner是一款由Micro Focus公司开发的负载测试工具,它广泛用于模拟大量用户同时访问系统,以检查其在高负载下的...
### LR性能测试使用手册知识点详解 #### 一、LoadRunner 11.0 简介及背景 - **背景**:随着软件开发技术的进步,应用程序变得越来越复杂,由多个组件构成,这增加了系统的潜在故障点,使得问题定位变得更加困难。...
《LR9.5负载测试中文教程》是一份深入解析LoadRunner 9.5版本的中文教育资源,旨在帮助用户掌握在中文环境下如何进行高效且准确的负载测试。LoadRunner是一款广泛应用于企业级应用性能测试的工具,它能模拟大量并发...
LR1142 友顺UTC 电子元器件芯片 本文将对 LR1142 友顺UTC 电子元器件芯片进行...LR1142 友顺UTC 电子元器件芯片是一款功能强大、性能出色的低dropout 电压调整器,广泛应用于手持无线设备、低电压应用和RF应用等领域。
- 通过对不同并发用户数和进程数的测试,可以得出系统在处理工作流、显示底图和标绘站点的最佳配置,以确保服务质量和响应速度。 - 根据服务器资源的使用情况,可以调整进程数量以平衡负载,防止资源过度消耗,...
LR(LoadRunner)是一款强大的负载测试工具,由Micro Focus公司开发,主要用于软件性能测试和功能测试。在"LR界面分析3"中,我们将深入探讨LR的用户界面、工作流程以及关键功能,帮助你更好地理解和使用这个强大的...
QTP11、 UFT11.5、 UFT12 、ALM11、 LR11、LR12 送上ALM11的License下载地址,一应俱全,你值得拥有~!