Hello,
What's the recommended process for checking if an element is actually visible on-screen rather than just existing somewhere in the browsers DOM? I have an application where elements are scrolled in/out of view using the Bootstrap ScrollSpy tool - http://getbootstrap.com/javascript/#scrollspy , so would like to be able to test this.
Thanks,
Darren
I need to automate a workflow where I click on a URL and a GUID is returned. Everytime I run it a different GUID is returned.
How can we automate using test studio?
I would like to download the trial of Test Studio version 2014 3 903.
I don't found it in the site.
It's possible to downaload it.
Thanks , Tommaso
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?