Guest Thirunavukkarasu T Report post Posted August 11, 2011 Dear sir, We are using WAPT 7.1 for our application.We captured the application activity in which the Pop up window is used to get the user information. While play back the application the application hit the login page alone and subsequent page is not hit. There are about 11 pages in our application while recording when playback the application it hit only one page Could you please help me. Thanks T.Thirunavukkarasu 9840669474 WAPT screenshots.doc Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted August 12, 2011 Most probably the problems appear because you have not parameterized the HTTP requests in your profile after recording it. Note that initially all requests are recorded as is. If you use a recorded profile without modifications, WAPT will simply repeat all the same requests with the same values of all parameters. However when working with dynamic site content, some parameters should have unique values for each session. The values of such parameters should be extracted from server response to the previous requests. You can read more about that using the following two links. http://www.loadtestingtool.com/help/working-with-session-variables.shtml http://www.loadtestingtool.com/help/parameter-value-dynamic-calculation.shtml (Note: The above links refer to WAPT Pro 2.0. If you use other version of the product, some GUI elements can be different, but the whole concept is the same. You can also find corresponding topics in the help file provided with your product.) Recently we also created a demo clip showing step by step how to perform the parameterization. You can download it here: http://www.loadtestingtool.com/quickstart/WAPTdemo.avi Also, I recommend you to use the "Verify test" button to check your profiles before running the test. It will execute each profile one time and log all the details. After the verification is finished you can expand the "Logs" folder in the left view. You will see all the requests and server responses logged during the profile execution. You can also use logs for test runs, but you need to choose the level of details on the “Log and Report Settings” page. Note also that when you record a profile, you should start from the very first URL that you use to access the web site. If you start recording from a page inside a user session, your profile will be incomplete and will not produce a valid session during the test. If you still cannot find the reason of the problem, please send to support your profile (.wpp file) and log file with the test verification data to me. To save logs right click on the Logs folder and choose "Save Logs" from the menu. Quote Share this post Link to post Share on other sites