Forum Discussion
sguda
14 years agoRegular Contributor
Hi Rasim,
In my application, i have to login and fill in seven pages of application.
But on first page the feilds Last Name and SSN have to be uniques everytime the load test runs.
So acheive that since it is not possible to increment values of those fields like in functional test, i developed key word test for login ad filling in the first page, in which i included the script to increment valueas of those fields as you can see in my code.
G_LastName and G_SSN. From second page onwards i recorded as load test.
\
But when i am executing the keyword test which has key word test for log in and first page of application and the load test for remaining pages , it is executing first part (i.e) keyword test firne but not licking up load test i developed for rest of pages of application.
2nd method i followed is developed load test from login to all pages of application and trying to execute script to increment variables for those feilds in the request body of the task as you can see in the script, but looks like incrementing part is doing fine but not updating the variable of the request body, so it is failing
In my script FAFSA_Ind2_11_12 is the task , FAFSA_Ind1_11_12 is the test.
Let me know if you have any ideas.\
I need toi acheive this some how. Please help me in this if there is any other way to do this.
In my application, i have to login and fill in seven pages of application.
But on first page the feilds Last Name and SSN have to be uniques everytime the load test runs.
So acheive that since it is not possible to increment values of those fields like in functional test, i developed key word test for login ad filling in the first page, in which i included the script to increment valueas of those fields as you can see in my code.
G_LastName and G_SSN. From second page onwards i recorded as load test.
\
But when i am executing the keyword test which has key word test for log in and first page of application and the load test for remaining pages , it is executing first part (i.e) keyword test firne but not licking up load test i developed for rest of pages of application.
2nd method i followed is developed load test from login to all pages of application and trying to execute script to increment variables for those feilds in the request body of the task as you can see in the script, but looks like incrementing part is doing fine but not updating the variable of the request body, so it is failing
In my script FAFSA_Ind2_11_12 is the task , FAFSA_Ind1_11_12 is the test.
Let me know if you have any ideas.\
I need toi acheive this some how. Please help me in this if there is any other way to do this.