GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Testing  >  Load Testing
Go To First  |  Previous Question  |  Next Question 
 Load Testing  |  Question 43 of 74    Print  
we are using LoadRunner v8.0. for testing the load of a .NET application. The problem is, 'recorded and the replay images are not exactly the same'. Though it seems to be an issue, the system (test results) is not showing any error. It just shows no errors.
1.Can anyone tell me what could be the reason for such a behaviour of the system?
2.Can we use check points in load runner?

  
Total Answers and Comments: 1 Last Update: March 15, 2007     Asked by: priyanan 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 15, 2007 15:33:13   #1  
atdhdrolla Member Since: March 2007   Contribution: 19    

RE: we are using LoadRunner v8.0. for testing the load...
This is a very obvious problem with .Net application.

Replay and Recorded snap shots doesn't match.

Generally i do it as following

I try to download data during run time:

File_Size = web_get_int_property( HTTP_INFO_DOWNLOAD_SIZE );

Download_time = web_get_int_property( HTTP_INFO_DOWNLOAD_TIME );

HttpRetCode = web_get_int_property( HTTP_INFO_RETURN_CODE );

lr_output_message("File size is %d ",File_Size);

    lr_output_message("Download Time is %d ",Download_time);

    lr_output_message("HTTP Return Code is %d ",HttpRetCode);

    lr_output_message("Message is %s " ,lr_eval_string("{FILED}"));


    if ((file = fopen(filename, "w+" )) == NULL) {

          lr_output_message("Unable to create %s", filename);
          return -1;
     }
//
     //j = fwrite(lr_eval_string("{FILED}"),i, 1, file);
    j = fwrite(lr_eval_string("{FILED}"),sizeof(lr_eval_string("{FILED}")) + 1000, 1, file);

     if ( i > 0)
          lr_output_message("Successfully wrote %d record", j );

     fclose(file);


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : we can select web transactions from task distribution diagram and transaction profile. ...

Latest Answer : Text varification would be required if the final results are available on response page of say, post request. The result would be displayed anyways but the content should be checked in response for correctness of same.In case of signoff from mail server, ...

What are the reasons why parameterization is necessary when load testing the Web server and the database server?

Latest Answer : Yes, caching has a negative impact on your performance test results. Generally cache is temporary memory location. Its stores some of your information. When you visit a page, the time it takes to download the complete response might take longer than ...

To determine the performance of the system following objectives to be calculated.1) Response time -: The time in which system responds to a transaction i.e., the time interval between submission of request 
Latest Answer : We analyze a number of things in load testing, to name a few:1. Response times - Do they appear consistent, or is there any degrade over a period of time/Are they higher than what is expected2. Performance of the hardware components - midtier server or ...

Latest Answer : Performance Testing: It determines end ot end timing of various time critical business processes and transactions, while the system is under low load, but with a production sized database (all the data you have, actual size of data). Find an optimal time ...

Latest Answer : Basically there may be few pages in the Application consists of More than 5 widgets or more than 10 widgets here we look out for an response time of the page based on the requirement specs we try to analyse the time takes to display. ...
Read Answers (1) | Asked by : dinakar

What r the uses of load testing ? and wha tis defered graphs? and what are the different components in loadrunner?
Read Answers (2) | Asked by : dinakar

Latest Answer : scalability testing : To test the different application of the  software  or hardware application when it is installed in to the computer.load testing: To test the work application when more application are installed in the operating system.sudhakar ...
Read Answers (4) | Asked by : kiran

Latest Answer : Load Testing: Increase in the No.of v.users Stress Testing: Pull down the resources (less configuration) and increase the no.of v.users ...


 Sponsored Links

 
Related Articles

Application Development in .NET

ASP NET 2 0 Tutorials Application development in NET Client Side Application Development Client applications are applications that run on the client system or the desktop of the user They are closest to the traditional windows based applications and they display forms or windows on the desktop enabl
 

N-Tier Application Partitioning

N Tier Application Partitioning Application partitioning is a vital process as it provides one with the opportunity to clearly define an even distribution of an application s presentation process and key data components without which you may find yourself feeling quite lost The components may be dis
 

N-Tier Application Manageability

N Tier Application Manageability While it is a fact that N Tier applications tend to provide almost limitless scalability the desire to change or add new forms of functionality can present a challenge in more than one arena Growth on a large scale can make capacity planning quite hard When available
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

Application Frameworks in SQL Server 2005

The new application framework of SQL called the Service Broker is a distributed application framework that provides relable asynchronous messaging at the database to database level. It allows internal and external processes to exchange streams of reliable asynchronous messages using extensions of T-
 

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.  In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 

System Implementation

In the previous articles relating to SDLC Stages we discussed about Project Planning and Feasibility Study moved on to System Analysis and Requirements which lead to Systems Design. Systems Design will naturally lead to another stage where it becomes closer to the actual deployment of the p
 

System Analysis and Requirements

In the previous chapter, we’ve discussed about project planning and feasibility study. That stage was important because it tries to establish a problem in our highly technological world. As our understanding on what we can do in computers evolve and so are the things that we need to make t
 

Rapid Application Development

What is RAD? One of the conveniences of developing software is that it is not a physical tool that can be lost once it gets developed or manufactured. Codes are used to implement the software and it does not disappear together with the product. We can re-use the code all over again in another softw
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape