Jump to content
WAPT Forum

vprashanth23

Members
  • Content Count

    15
  • Joined

  • Last visited

Posts posted by vprashanth23


  1. Hello WAPT team,

    I have a scenario,where it has two profiles. 

    1. Users uploading documents into a website from UI(.Net app)
    2. 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

     


  2. 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.

    image.thumb.png.5e111ec8a42c755eca3f879d13e6d7c8.png

    Any help is appreciated.Thanks in advance.


  3. 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

     

    loop1.PNG


  4. 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


  5. 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

    User1.PNG

    users.PNG

    csv.PNG


  6. 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?

     

     

    WAPT2.PNG

×
×
  • Create New...