Hi there,
I'am looking into creating automated ui tests using test studio. currently I need to set some command line parameters when starting the application
When I looked into the API reference, I noticed that I can set these using Manager.LaunchNewApplication Method (String,String[]) while launching the application.
Can you provide some example to me how the args (second parameter) should look alike?
my parameters:
-x true
-b I012345
Best,
Stefan
My team and I are new to Test Studio. I'm sure this must be easy and we haven't worked it out yet...
We are a team of several testers working on the related projects and we want to contribute Web tests to a shared suite of tests in Test Studio, so that we can all access that suite of tests as it grows, and run those tests, edit those tests etc even if it wasn't us who created them. i.e. it's a team project rather than just a solo tester project. We may also add Manual tests, exploratory tests etc.
How do we do this please? We've got two users in different parts of the US who don;t know how to share tests but they definitely need to work on them together. I've looked at the TS documentation and I couldn't find any clues.
Many thanks,
Simon Rigler
Hello,
TS Element Explorer is a useful feature to follow the page object pattern, however, it seems to be be oriented towards web pages in the web app. What if I have to write tests for a web app which has, e.g., navigation menu which is constant through the app pages?
Taken that I have the main page, the about page, the contacts page, etc. and on each of them a nav bar with items: MainPageLink, AboutPageLink, ContactsPageLink, etc. I can't see how to avoid mapping all the link for each page, instead once specifying an object for that menu with its links, and calling its instance on each of the pages under testing
Is it possible to ignore a step when a test is run in the context of a test LIST?
Hello-
My company has shut off access to the internet on the box in which I have Test Studio installed, all of my tests are against internal test environments and not "live" sites. The issue that I'm running into is that the tool will try to phone home when I open a project, causing it to not respond and send an error that there was an issue when looking for an update. It will also go into (not responding) when I'm running tests which will affect the results. Is there a way to prevent the tool from trying to phone home? I've looked through the configuration documentation and I can't seem to find anything.
Thanks, Jon
I basically have this in my test:
Logon
Do other stuff (with data)
How can i run Logon once, then run the "Do other stuff" step with each of the data rows?
Using this following RadGridView 'Telerik.WebAii.Controls.Xaml.Wpf.RadGridView', what would be the most reliable way to set a filter on this GridView?
I've tried clicking the filter button on the column I would like to filter, but the XAML Path keeps changing, so it doesn't click the right column all the time...and I can't seem to find the proper way to do this in code.
Any help would be appreciated.
Hi,
We have an environment where the bamboo CI server is a remote server. I cannot install test studio to it. The instructions i found for integrating with bamboo show how to do it if all items reside on the same machine. I wanted to be able to kick off test after builds on remote execution machines. Any thoughts on this?