On clicking on Submit button, i am getting couple message alerts in a div
1. Success(Saved successfully)
2.Error(Duplicate Entry)
But those message alerts appears on screen for few seconds only.(See attachment Success Message Alert)
The messages are explicitly removed from DOM after few seconds.(See attachment Error-Message-Container Div)
How to Verify those alerts. since i can't highlight them and verify that Text contains "Success" message alert because it comes only for few seconds and there is no trace of them in DOM also.
Hi All,
I currently have test project where it has feature file that has 30 test scenarios. it had been working which mean I could run the test and see the test showing up in Test Explorer, not until I made mistake to delete content in this folder "AppData\Local\Microsoft\VisualStudio\14.0\Extensions" because I thought I was deleting something from this folder "AppData\Local\Temp\VisualStudioTestExplorerExtensions" as a result it messed up my test project. So I started troubleshooting, suddenly all of my tests stop showing up in the Test Explorer.
My project installations has: NUnitTestAdapter, SpecFlow, SpecFlow.Assit.Dynamic, SpecRun.Runner, Selenium.Support, Selenium.WebDriver, NUnit, Selenium.StandardControls.
My Visual Studio is Community 2015.
Also I purchased SpecRun license as well.
I know that buying that Test Studio Ultimate will have 100 virtual users free. I just wonder how many maximum test runner we can set per each scheduling server?
What is the best approach to tackle in term of running test parallel?
What is your current setup?
Any expert here out there handle 10000 test cases using Test Studio and scheduling server/test runner?
I am evaluating this software now,
My Web System.tstest is part of the shared test in another test.
It works OK when i run locally, but when i run remotely using scheduling services and another test runner, then prompt this error.
InnerException:
System.IO.FileNotFoundException: Unable to find test 'Login & Logout\My Web System.tstest'
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteTestInCurrentContext(String relativeTestPath)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.ExecuteTestActionDescriptor.Execute(IAutomationHost autoHost, TestAsStepResult result)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
------------------------------------------------------------
'4/7/2018 7:49:56 AM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'4/7/2018 7:49:56 AM' - Overall Result: Fail
'4/7/2018 7:49:56 AM' - Duration: [0 min: 2 sec: 361 msec]
------------------------------------------------------------
'4/7/2018 7:49:56 AM' - Test completed!
I spend 3 hours to debug this problem.
I change some element page "Friendly name", and things start to screw up when run the test remotely. Everything is working fine in local tests.
I have no choice, but the uninstall the mongodb, remove all the mongodb files, and reinstall the entire storage services (with mongodb back). And everything is working fine after that.
Compile failed: c:\Users\Administrator\AppData\Local\Temp\2\TSProjects\d3044404-1123-4459-97ff-a78e64d83e16\Please Review Project\New UI\PR-T107 Create Multiple Comments & Verify Content (Stable).tstest.cs(72,19) : error CS1061: 'Area51Project.Pages' does not contain a definition for 'Review1hIOpTZmK0' and no extension method 'Review1hIOpTZmK0' accepting a first argument of type 'Area51Project.Pages' could be found (are you missing a using directive or an assembly reference?)
c:\Users\Administrator\AppData\Local\Temp\2\TSProjects\d3044404-1123-4459-97ff-a78e64d83e16\Please Review Project\New UI\PR-T107 Create Multiple Comments & Verify Content (Stable).tstest.cs(82,19) : error CS1061: 'Area51Project.Pages' does not contain a definition for 'Review1hIOpTZmK0' and no extension method 'Review1hIOpTZmK0' accepting a first argument of type 'Area51Project.Pages' could be found (are you missing a using directive or an assembly reference?)
This question is actually for TEST STUDIO. Our QA people have licenses, but I don't think they were given accounts to login/request support/etc. Can someone help out?
Here is the question:
For verification steps, how do I log expected vs. actual values?
from Ayushi(ajain@wgaplans.org)
Thanks, Mark

So I am trying to take about 25 scripts for one application and make them be able to easily work in multiple environments and be able to easily point it somewhere else and have it work. To do this I was making all of the base URL's in all of the navigation steps and in the frame properties into relative URLs. What I mean by this is that I would replace the part of the URL in the front that would be changing based on environment with an "~", so I would have something like ~/shopping/Login.asp for all the places it would apply. I then just go into the overall settings and change the base URL to the environment that I want to point everything to and then it works with the relative URL's the way I want it to.
This all works great and I can run the scripts one at a time and they all work, and then I can switch the environments and they still all work. But when I try to make a test list with them in it, it almost instantly fails and always gives an error of "This operation is not supported for a Relative URI." It seems to just be an issue with test lists or something? Since they all work as expected when running them alone, but when throwing the exact same ones into a test list it fails instantly. I also made sure to go into the test list settings and making sure that Base URL was set and it was.
Hi,
I am writing a test case to upload file using chrome browser, tried a few methods, the closest one is using the blind click (so called offset click) from:
https://www.telerik.com/forums/issue-with-test-step-handle-'fileupload'-dialog
https://www.telerik.com/forums/handle-file-upload-dialog-in-chrome
This method works if I am present and actively looking at the progress of the test runs,
but if i minimize the browser, or run this remotely at other machine (without seeing the screen), then it won't works anymore.
Anyone face this issue and how to solve it?
Currently, I am running my test list via Jenkins in the combination with Telerik.TestStudio.CommandLineClient. This combination works fine, but to get result details I need to open Test Studio and drill the results data. In the Console Output, I only have boolean information about the job, success or failure.
Browsing through TS docs I have noticed there is also ArtOfTest.Runner which allows you to store results in the external file and also attach it the job, but this option does not publish test result to the database.
Is there any way how can I achieve both functionalities?
BR,
Uroš