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
Hello. I am a beginner level user and looking for recommendations on the best way to create automated TC for multiple contact us forms. Data must be unique and dynamic each time the TC is run. Unfortunately I am not technically savvy enough to input code. I have created dynamic data in an excel spreadsheet. Is that the best route? Anyone have any examples suggestions. I have 23 websites to validate with 3 contact us forms on each site. Thank you!
Examples of the TC:
Route to Website #1
Enter: First Name, Last Name(dynamic), Email (dynamic), telephone number (dynamic)
Submit guest card
confirm Thank you pop up is received.
Route to Website #2
Enter: First Name, Last Name(dynamic), Email (dynamic), telephone number (dynamic)
Submit guest card
confirm Thank you pop up is received.
Hello I try to connect to a mail server and have not been able to establish a working connection.
When I enter the correct network adress and port, then Test Studio throws an error.
While I am able to connect to the server via Windows Telnet.
Our server is postfix.
So, how exactly do the fields need to filled?
When I don't enter a password, does Test Studio try to login without a password, use it anonymously, or not bother with authentification at all?
Right now I cannot find what is wrong on my configuration because I don't know what Test Studio is trying to do. I just know that it fails.
Every bit of help is appreciated and I will do my best to help you help me.
Is there any way to publish automated test results into TFS 2015 with the new build system?
I have tried with both ArtOfTest.Runner and Mstest but neither will publish the trx file into the build.
Thanks
Shaun