vprashanth23
Members-
Content Count
15 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout vprashanth23
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello WAPT team, I have a scenario,where it has two profiles. Users uploading documents into a website from UI(.Net app) Users browsing the same website. My intention is to create some load on website when upload process is going on.How do i stop the browsing profile when the uploading profile is complete? Usually i set 2hrs for browsing profile as im not sure when the uploading profile completes and manually stop the test.Is there an effective way to do this? Thanks Prashanth
-
Hi Team, I have a scenario where i need to test a Post method of REST API.I have all the data required for the request's json body in a file.How to set this file as body for request? Im trying to do somethng like below but im getting code 400 bad request.I tried using multipart data but it is sending content type as body so getting in valid JSON. Any help is appreciated.Thanks in advance.
-
Hi , I have a situation where i need to test some REST APIs.Do WAPT Pro fully support REST API Testing? Thanks
-
Can we see WAPT Pro compatibility on Mac OS in future?
-
How to reset the loop variables after the loop?
vprashanth23 replied to vprashanth23's topic in How to solve my problem
Thanks Sergei, I made the changes mentioned and i achieved what i need.Thanks much. -
Hi Team, I trying to create a 3 loop situation where each loop iterates 5 times and printing a number which is concatenation of iteration number for 3 loops. I expecting the output to be as below 000 001 002 003 004 010 011 012 013 014 ….. ….. 440 441 442 443 444 But Output seen as below 000 001 002 003 004 015 016 017 018 019 ….. ….. I tried to have a java script operator after the loop and set it to zero.But the inner loop counter is not resetting after the loop over it changed its iteration count.Do you know why and how I can achieve that way I needed?I have emailed my profile to support@loadtestingtool.com.Any help is really appreciated.Thanks
-
Hi, I have a scenario where a user login into a website and navigate to report page and click couple of links there where each click will download a report file.When im recording the script it downloaded a file but when i added more user and ran the script i don't see the files related to them downloaded.Is there a way i can specify where all the downloaded files should go? I want to look at the downloaded file to make sure each user did a download.Any help is appreciated. Thanks
-
Hi, Im trying to create a script with multiple user who login to website.I had the username,password in a users.csv file with column one (index 0) is username and column two is password and this file has multiple users.I have mocked the username and passwords in the csv file. But when i run the script both username and pass code are populating in username space separated by a comma and password is left blank. Should i have username and password in different csv files? Can you please help me fix this? Thanks
-
Hello WAPT team, Im trying to record a script against a ASP.Net web application using WAPT Pro 5.0 in which i log in to an application , upload an excel spread sheet and log out of application.Once i recorded the script i check each page to see if the tool create dynamic variables for __OSVSTATE,__VIEWSTATE and other hidden fields.For most of the pages script created dynamic pages but for 2 pages it didnt assign a dynamic varible to __OSVSTATE instead created a static text.I have attached screenshots of the same.Can you please let me know what am i doing wrong? How to fix it?
-
How to have desired number of sessions for an user?
vprashanth23 replied to vprashanth23's topic in User Session Emulation
Thanks Sergei