Hi There,
IE 11 on windows 10 non-responsive when recording nor when testing. I arrive at the point after I select IE to create the test on, at which point the browser pops up but is blank, as illustrated in the attached image.
I've also tried recording in a browser that was already open without success. It doesn't get past the connected phase. Capture 2 illustrates the problem.
I've followed the troubleshooting documentation (link below)without success.
http://docs.telerik.com/teststudio/getting-started/configure-your-browser/internet-explorer#disable-trusted-sites-message
Any ideas on how I might get around this one? I thought perhaps reinstalling the add-on might help as this has been a sucessful solution to Firefox troubleshooting. Only, I'm not sure where the add-on of IE is located or where I can download it.
Thanks,
Leila
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