Tagged Questions

1
vote
0answers
53 views

LoadRunner and XML Data with Flex 3

We have a Flex app that we are trying to test with Load Runner. The application runs just fine when run stand-alone in a browser. When the app initializes, an XML properties file is loaded. When …
0
votes
1answer
31 views

Installing Loadrunner

Well, it figures that Loadrunner is not easy to install. Apprently, we need: ➤ .NET Framework 3.5 ➤ Microsoft Data Access Components (MDAC) 2.8 SP1 (or later) ➤ Microsoft Windows Installer 3.1 ➤ …
0
votes
1answer
175 views

VSTS Test Edition or HP’s LoadRunner?

I have had this debate with some peers off and on for a while. I am certified in the HP tools, but have been spending more and more time with VSTS Test Edition 2008. I am looking for opinions on …
2
votes
3answers
391 views

HP LoadRunner and PerformanceCenter differences

Hi, Can someone point out the major differences between Loadrunner and Performance center ? My little research shows that both can be used for load testing and performance monitoring. What additional …
0
votes
4answers
352 views

Where can I find an online function reference for LoadRunner?

Is there an online reference manual I can query which contains details of LoadRunner functions such as: lr_start_transaction web_url web_submit_data web_custom_request lr_end_transaction etc.? …
1
vote
1answer
125 views

Loadrunner asp.net appliction

We have an asp.net 3.5 web app that we must start load testing with LoadRunner What we have found is that if you open several browsers (ie8) they share the same session id, so making a change in one …
0
votes
1answer
205 views

Is LoadRunner 9.1 support WPF?

I have POC test to clearify is LoadRunner support WPF or not? Now it can run POC thought business but it have error with some type that locate in mscorlib.dll. I want to know how can I add reference …
0
votes
1answer
250 views

Multiple action for Loadrunner script?

there is init, action and end functions. is it possible to have multiple action method? i want it to run on a separate execution thread.
0
votes
0answers
439 views

Sample script for calling a stored procedure with loadrunner?

Im very new to loadrunner. I couldnt find any online material on running stored procs (for mssql) for loadrunner script. it says it need to be ansi c. I even wrote a c# that connects to db and call …
0
votes
3answers
2k views

Using LoadRunner to Test Server Processes

We currently use LoadRunner for performance testing our web apps, but we also have some server side processes we need to test. Background: We call these processes our "engines". One engine receives …