
Test Studio Version : 2018.2.606.0
Chrome Version : Version 69.0.3497.92 (Official Build) (64-bit)
Error : http://localhost:58754/WebUI/teststudio_start_page.html?port=58753&mode=0&loadingtimeout=60000&version=2018.2.606.0
You are using an unspoorted command-line flag:disable web security
Connecting to Controller...
Connected!
Executing test: 'Login 2'
Mode: 'QuickExecution'
Browser: 'Chrome'
BaseUrl: ''
Debugger Enabled: 'True'
Debugger Mode: 'Normal'
AutoPause: 'Never'
Thank you !

Can an element's find expression reference more than one column from the bound data source?
I manually added an element and am changing its find expression to reference values from data. However, after setting one filter to reference data, the next filter does not allow selecting a data column. Is this intentional?
Thanks,
Matt
Hi there,
We’ve just started our trial period of Test Studio recently. One of the most important features we want is that we can integrate a Test Studio project with Jenkins CI. Is that possible to do it with the trial version? Also do we need a Run-Time Edition on Jenkins server or just the plugin will be good enough? Thanks.
Best Regards,
Jason

I am new to TestStudio and I have been looking around the application and online to be able to iterate over a collection of elements and get the inner text from all of them to run them against an assertion. In ruby this can be done, but I'm not so sure about c#.
Thanks,
Randall

Hello,
The element highlight feature is not working when our WPF application switches from a window to another.
On our first window (login form) Test Studio Recorder works well, but when we switch to main window after authentification, it doesnt work anymore.
We have tried to give Focus, and Activate the new window in XAML style, but nothing works : the new window DOM is not recognized/loaded.
Also steps are no more recorded even if the recorder is still running on the new window.
Please, is there any recommandation / good practice for the element highlight feature to plug into the new window DOM ?
(I can send you in private message my issue in a short video clip if you need)
Thanks in advance for your help,
Regards,
Hi,
I am identifying element using Xpath which is: //a[text()='APPLICATION INDICATOR']/following-sibling::select
I want to data bing 'APPLICATION INDICATOR' with my local data column which named as 'mandatory'.
I tried following tricks but no luck:
//a[text()=$(mandatory)]/following-sibling::select
or
//a[text()=$mandatory]/following-sibling::select
or
//a[text()=mandatory]/following-sibling::select
Please help me to resolve this issue.
