With the increase of mobile phone app users, big mobile phone app generally need to carry out stress test, these days with LoadRunner 12 mobile app pressure test, finishing the next, we can refer to how to Andorid/ios mobile phone app for stress testing, the following is an example of operation.The following is a description of LR12 for mobile phone pressure measurement:1. Download a LoadRunner 12 installat
Http://www.sg138.cn release
Note: For exampleReprintedIndicate the source.
Online viewing:
Instructor Xiao Bu video-TestToolsOverviewLoadRunnerLecture 1-4
Http://www.sg138.cn/LR/lr-1.html
Http://www.sg138.cn/LR/lr-2.html
Http://www.sg138.cn/LR/lr-3.html
Http://www.sg138.cn/LR/lr-4.html
Instructor Bu LR series training video-LoadRunner Overview (up and down)
[Url = http://www.sg138.cn/lr/lr-5.html#http://www.sg138.cn/lr/lr-5.html#/url]
[Url = http://ww
1. Use the phone to connect the computer 360wifi, configure the mobile phone WiFi connection HTTP proxy address and port, proxy address (server) for the computer's IP address, the port can write 1-65535, we recommend the use of infrequently used ports, such as: 9898.2. Open the LoadRunner Script Editor, select the Recording protocol as the HTTP protocol, set the recording mode as the proxy, port fill the port set on the phone, 1. The figure is set wit
1. loadrunner:http://download.csdn.net/download/intel80586/9542271 or other resources2, first use rpm-qa|grep-i C + + command to confirm whether the server has installed compat-libstdc++-33-3.2.3-61.i386.rpm, if not downloaded installation: http://vdisk.weibo.com/s/ AKRZXII7HG3BZ, through the FTP tool will compat-libstdc++-33-3.2.3-61.i386.rpm upload to the server, with RPM-IVH installation, installation failure, error libc.so.6, libgcc_s, Using the Yum list libc.so.6* to query for installed pac
LoadRunner recording Htpps protocol opens the page via IE, error "Internet Explorer cannot display the webpage".But open IE directly without LoadRunner open HTTPS page, but can open normally.The problem is resolved as follows (Windows 7): Execute: CMD and execute the command: Certutil-setreg chain\minrsapubkeybitlength 512 Restart the computer, problem solved. Reference article: http://eyeontesting.com/ques
You can run all the VUser and vuser groups in the scene, or you can choose to run a specific VUser group and VUser. Note that when you run the entire scene, LoadRunner starts running VUser only when all the vuser are in the ready state. However, if you run a single group or VUser, LoadRunner runs the VUser as soon as each vuser reaches the ready state.
1. Run the whole scene
2, understand the status of virt
These days, everything is about cloud. Cloud computing, cloud killing, cloud blocking, cloud storage, cloud email, cloud shearing, clouds ... I do not do the performance test can not lose to them.
The previous introduction of the use of LoadRunner to manipulate MySQL and the use of LoadRunner manipulation memcached, a typical business system is the cache + application + database. Where the application impl
It's been more than a year since the last time you used LoadRunner. At the beginning of the test in the project used, behind the project, the focus on their own things outside the tool, that the performance test is not only a tool, and recently want to have a good weapon after all can help themselves better finish performance test work. It's a cognitive process.
In the second installation opened LoadRunner
Transferred from: http://www.jianshu.com/p/fce30e333578Lead
SiteScope is an easy-to-use monitoring tool from HP that can be used to monitor databases, system resources, etc.
First, download the portal
SiteScope 11.3 for Windows 64bitIt is difficult to search the online SiteScope installation package, so I went to the official website to download a latest version, uploaded to the Baidu cloud
MySQL DriverBecause you want to monitor MySQL, download the MySQL driver
Lao Li share: LoadRunner Java User script developmentPoptest in the performance Test LoadRunner course, the main web protocol, but also the other protocol script development, for a performance test engineer need to master more than one protocol, here you can see how Javauser script development environment to build.A friend who is familiar with Java, can call Javauser directly to parse protocol messages and
[Switch] LoadRunner uses Libmemcached to communicate with Memcached
During a big data test that includes services, you need to use a fast and large-capacity database. You can consider a relational database or a key-value cache database to create a cluster. LoadRunner: the C language has been completed. Today, I tried to operate Memcached in LoadRunner
Author qq:764714258, reprint please explain the source, read this article need good C FoundationIn LoadRunner, the pace of Web performance testing is written in the C language. C language has the concept of variables, LoadRunner tool with the concept of parameters, variables and parameters in LoadRunner is not the same thing1, the Declaration of parameters (the t
Generally, when the client uses LoadRunner to perform stress tests on the server, the system resources on the server must be monitored in real time. This article describes how to configure monitoring windows Resources in the LoadRunner controller, in fact, you can also enable the task manager on the remote connection server side or find the performance counter in the control panel to monitor it, but in orde
Have you ever heard of using HP LoadRunner to connect to HP ALM's CAC mode? This article tells you what CAC is and how to connect to the CAC mode in HP Alm.What is CAC?The CAC full name is common access card (also known as CAC Card [RAS syndrome]) and is the standard authentication for accessing intranet applications.How to connect to HP ALM in HP LoadRunner?In Vugen, press and hold Ctrl+q, and then enter t
LoadRunner download File script looking at Shi about pezybaseTestReport, found that it is useful to JMeter (HTTP protocol) concurrent test download files, considering the later may need to be in the company pezybase concurrent download, the previous used LoadRunner download file script rerun and tidy up.first, the HTTP protocolLoadRunner using the HTTP protocol is unable to record to the download process, w
Set LoadRunner Load Machine temp file directory recently in run stabilityTest3 X 24 hours, found that the load machine generated logs are running records and so on more than 100 g! C disk space is not enough, but the D disk has more than 700 g space, how to let temporary files transferred to D disk? Here are two things:I. Modifying a temporary file on this computer1. Observe the temporary files produced by the press are under%USERPROFILE%\Local Setti
LoadRunner Handling of cookiesThe common functions associated with cookie processing in LoadRunner are as follows:Web_add_cookie (): Add a new cookie or modify a cookie that already existsWeb_remove_cookie (): Delete the specified cookieWeb_cleanup_cookies (): Delete all cookies Saved by VUserWeb_reg_add_cookie (): Added to Cookie if certain text is foundClassic questions and answers to cookie processing in
LoadRunner parameterized Comma Error resolution method
Describes the workaround for an error when the parameter contains a comma when LoadRunner is parameterized . When the LoadRunner is parameterized, if the parameter contains a comma, the edits are saved with an error: In this case, the comma can be escaped to the normal parameterization:The parameterized me
\ libmysql. lib "), we can use the functions provided by c api to write
1. Initialization: mysql_init ( MySQL );
2. Establish a connection: mysql_real_connect ( MySQL, host, user, password, dbname, 0, null, 0)
3. Query: mysql_query (SQL );
4. mysql_use_result ( MySQL)
5. mysql_fetch_row (RES)
6. process the retrieved results as needed.
After compiling the DLL, place it and the LoadRunner script in the same directory, and then place libmysql. dll in t
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.