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
Intermittently in my project, tests within test lists are failing to navigate to the webpage being tested. The browser (IE, Firefox, Chrome) does not load the webpage, the test times out, and fails. I have increased timeout times, but eventually the browser itself times out. I am not seeing this issue with quick execution. These test lists are scheduled and executed on a virtual machine.
Using TS Ultimate, version: 2015.1.528.0
Has anyone else run into this problem, or does anyone have an idea of what might be the issue?