So I have a attribute verification step that looks like this:
AttributeName: readonly
AttributeName: <blank>
my markup looks something like this
<input type=text readonly id="text1">
<input type=text id="text2">
running the step against text1 produces a passed test
running the step against text2 also produces a passed test, even though the input textbox does not contain the readonly attribute.
Is there a better way to verify the existence of a particular attribute?
I know how to do this in code, but I'd always avoid code and use the builtin mechanisms first and foremost. :)
running test studio ultimate 2019.2.619.0
www.telerik.com
How do you capture clicks on the dropdown menus here?
Company / Technology / Services
Hi,
I am using multiple test studio project in same solution(Visual studio Project). I have linked the project 1 DLL to project 2.
I can able to call the tests from project 2 to project 1. But If am using with data binding for those method system will shows the Object reference error while executing the codes. Below I have attached the screen shots.
Please help me to solve this issue.
Hello!
With the latest release of SP1 for R3, there was a mentioned ability to set the number of Test List Results displayed in the Exec. Dashboard.
Where do we set that #?
Test Studio R3 2019 SP1(v. 2019.3.1030)
NEW
Ability to set the number of Test List Results displayed in the Executive Dashboard
Due to having to await a 2nd URL to load, I am being forced to add a 60 second WaitforExists against an element. The variable against the step are;
CheckInterval; 500
Exists; ticked
IsWaitOnly; ticked
Pause; None
StepTyoe; Wait
SupportsWait; ticked
Timeout; 60000
However, although there is a CheckInterval, the 'continue' for the task is not kicking in until after the full 60 seconds has elapsed.
Is there something I am missing, or should I try a different 'wait' command?
So I'm just editing away on test lists, tweaking things, then out of the blue I get Storage Service Unreachable after acknowledging the Upload To Storage prompt. What does this mean? These particular test list are not scheduled yet, I'm just adding tests to them and crafting the settings.
TS shows all services running normally. Re-applying all the settings on Configure Test Studio Services does not help. Exiting and restarting TS does not help.
Current Environment setup for a customer facing website that retrieves data from our internal application with proper permissions.
Dev site connected to Dev database
QA site connected to QA database
UAT site connected to UAT site
Each of the above sites are connected to our internal site and all have different data. No data base shares the same data.
We've just started using Test Studio and I've created a few tests for just navigating through the site to verify pages are all loading. Now it's time to do something a little more complex like searching for an item in a specific status.
So there is a single test case currently - 'Batch cancelled status'
I have it connected to the QA SQL data base so that when the test runs it will find a set of items that I want per the TSQL written. Works great, no issues.
Now I want to use that same test for Dev and UAT, preferably without having to create two more test that are identical other than the database connections. I don't want to have to maintain 3 sets of tests for each of the many situations we have for various scenarios in many different status. This could become a nightmare when changes to the site will eventually be made.
Any advice on this topic would be greatly appreciated. Thanks!
What is the scope that we can record the script on the edge browser? (As we can configure the edge as extra browser and run the script on the same)