Hello,
I am sending HTTPS request using REST, Web project which requires username and password. But unable to get the expected response. Below is the info.
Request: GET,
URL: https://abc.xyz.com/api/info/version
I am not sure where to enter or where is the field for Username and Password so, I selected 'Authorization' from Headers and entered value (Value is basic Base64).
After sending request, I get attached response.
I added the cert in my trusted root but no luck.
Can you please help with it? What am I doing wrong or am I missing something?
Thanks,
Ashish Thakkar
Hello.
When selecting a step, I am unable to access the properties / binding menu in step 9 below. Is there a configuration step that i am missing?
http://docs.telerik.com/teststudio/features/recorder/verifications/extraction
Hi Team Telerik
I am running a test of about 200 steps however when it reaches about 150 steps it crashes and does this unexpectently
Also i noticed that this is at the point where the memory use was about 1GB by the telerik application
Is there a way around this or is this a limitation by the application?
Attached is the trace log file so you can see the test run and where it failed
Hi,
I am trying to add reference my Project's dll to Test Studio using Settings > Script > Add Reference but it doesn't loaded browsed dll in references list. I believe this was working in earlier version of Test Studio and now it is not working. Is there any other ways to add reference ?
Thanks,
Chandresh Parmar
Hi ,
I am using 30 days evaluation version of Teststudio 2016.2.
Tried to add some external dll file in project following method mentioned here, http://docs.telerik.com/teststudio/features/coded-steps/add-assembly-reference
observed dll files are not getting added!!.Even after placing all dll files in project root folder!!!!
Am i missing anything or is it a limitation of evaluation version.
Thanks,
vijay

Hi,
I am using Test Studio since few months now and I have around 1100 elements distributed among several pages named being TestPage0, TestPage1, TestPage2 and so on. It was quite a difficult to maintain all these elements. So what I did is I changed the Compare Mode to BaseURL as that remains common for all of my pages and merged all the elements to a single page from Element Explorer and saved all the WebTests. Now when I try to run any of my tests it doesn't run. Test Studio is not even opening up the Test Runner. It just flickers when I click on Execute and nothing happens after that.
Is there something else I should be doing before running my test? Can anyone help on this?
Thanks,
Chandresh Parmar

Hi,
I'm stuck with this and hope someone can guide me in the right direction. Most of the data driven tests works as expected but we have some scenarios which need to run the test as step in multiple tests with different data set. ill run through the scenario here
Scenario - 1:
Test A - Login - Data driven
Test B - Create some prescriptions - Data driven - (Runs 4 times with given data to create prescriptions)
Test C - Verifies the above prescriptions and does something else (Data driven)
Test D - Executes Tests A, B, C
Scenario - 2:
Test A - Login - Data driven
Test B - Create some prescriptions - Data driven - This now only need to run 2 times with different data
Test C - Verifies the above prescriptions and does something else (Data driven)
Test E - Executes Tests A, B, C
Thanks

What is the "ideal" and most efficient way to test this simple test scenario:
I have 2 types of users - Field and Admin. I need to log in as a Field user and verify some text on the logged in page. After that, I need to log in as an Admin and do the same (verify some text on the logged in page).
In my test project I imagined something like this:
1. create "Login" test
- databind / set test custom property / set 2 global variables in script of the username and password in test properties
2. create "Login Field test"
- add Test as Step (Login) and set guest's username and password wherever we stored credentials
- add verify step to check for text
3. create "Login Admin test"
- do the same as above steps
To organize everything, I would put the Login test step under the project (since it will be used for other tests in the project) but I would create a sub-folder and group the 2 tests inside since they both are related. I would then go the Test Lists and configure a new list with the 2 tests to finalize everything.
Few questions that came up:
- Where can I get more information on the Custom Properties that the Test Details offer? Is this applicable to store the username and password here to databind as in my Login test step example? How would we access these values in the Standalone (like a $(variable) and in the code behind, if it's even possible?
- Do we have any videos/links that are similar to this scenario to check out? I've seen a few but just wanted to get advice from the experts :)
Any feedback, ideas, advice, common pitfalls doing it this way, etc is greatly appreciated!
- Chris

Hello
I just received new task from my team to Create Automated Load Test scripts for our latest web health portal. I am doing research on Load Testing and I have few pretty basic questions. But I still seek clarification from an expert to understand properly.
Our Web App requires users to log in. Our requirement to test it using 5000 users in order to measure the performance. Also there are test cases for several other business processes but all are for already Logged in or registered users.
1. Whether the Load Tests we record and execute, are they cloud-based or not.
2. If I decide to use 5000 virtual users, will I still record in the same way like for one user. Do I actually need to create 5000 Test Data accounts to provide credentials to Virtual Users or not? or I am misunderstanding the whole VU concept.
3. If I need Test Data accounts for al VU's What would be the difference between this and Data Driven test in which we can add CSV, XML etc. ?
Thanks in Advance.
Satpreet Birah