Hi,
does anyone have any experience with a Test Management Tool in combination with Test Studio ?
Is there any experience that one can suggest a TMT that works nicely together with Test Studio ? Our decision to use Test Studio also relies on the possibility to work together with a TMT, so to convince my boss to get Test Studio it would be great if we can find a TMT that Test Studio can work with.
Thanks for any advise
Hello. I'm probably missing something really simple but I'm having problems with binding data. I have created a simple excel file with 4 fields in row 1 with the data in row 2:
UserID Password Topic XML
MyID MyPassword1 MYTopic <SOURCE>
I then clicked the Add -> Excel File option and then pointed to the file I created above which seemed to work fine. When I click on the Manage Data Source option I can see my file. I then clicked the BIND Test option. I selected my file but nothing shows up in the Select Table drop-down or the Preview box (see attached). Can you please let me know what I'm missing? I aplogize if this is an easy question but I have been asked to evaulate the tool for my management and this is the first hurdle I have come across.
Thank You.
Mark Anderson
I have a date picker in the application which does not offer custom date insertion, but only navigation Previous/Next. In my test scenario I need to set exact date, because I will verify the calculation for the same month. I have found some references that Test Studio is able to set the text of a field like this directly through the DOM, even if you cannot edit it through the UI.
Is there any example how this can be done?
Hi,
I have troubles to understand how to use the "not visible" assertion during recording.
My scenario is a table where I can hide/show columns. When I now hide a column, how shall the assertion work that the column is not visible. I dont have any element on my screen that I can mark and the select "not visible".
So how do I test non-visible elements in a recording ?
Thanks
I have a problem with our automation and hopefully, you can
help me or direct me to the right person (or forum which I did not found).
I have a simple test that navigate to our web portal and
land on a page where all accounts are listed in a datatable (see Step 1).
The next step is to search for a specific account (using the search bar) and verify the Company Name is the right one (see Step 2).
My problem is occurring in this last step where I verify
that the name of the company (should be QA Automation EGW here) is correct.
The test was running yesterday but when I tried it this
morning, the last step is failing.
For some reason, it seems that the name of the PrimaryTarget
keep changing. Yesterday, it was named QAAutomationSpan1 (see Step 3) while today,
its name is QAAutomationSpan.
We keep having that specific problem in most of our tests.
Is there a way to workaround this behavior? Any idea if this
comes from Telerik Test Studio or rather from our portal?
Thanks
a lot for your help.
Hi,
I'm currently working with a trial license and testing our web solution, that has a login part and it must be ensured that every test will also log out at the end.
If the test now fails at one point, how can I ensure that the log out step is called ?
So is it possible to set a step as "run this, regardless what happens before" ?
Thanks