Hi,
Just wondering, how would I go about being able to change the test type. We've experimented with data driven tests, adding different url's for each row, but as we've discovered this means the test runs multiple times for each environment and runs all steps(which we do not want). Is there a verification process where you can look at the local data and read a value into an if statement? Any efficient way of doing this would be greatly appreciated.
Also have experimented with base url, not sure how to differ the actual test though.
Cheers,
Caleb
Hello
I hope someone can help. Our website has menus at the top which expand on mouse hover. This is causing problems in test playback as dependng on where the mouse ends up means that sometimes it activates the menu dropdown and in turn clicks on an item in there rather than where its supposed to be clicking.
Is there any way to stop this from happening?
Thanks
Maria
Hi,
As attached, I am having hard time just to select quick steps for a element in browsers. It just keep missing when go to the menu. I am newbies to this and what is the right ways to do this? I am using trial version of Telerik Test Studio in Windows 10 environment with IE11 and Chorme 47.xxx. Appreciate your assistance here.
Hello,
I have three dropdown menus in my webpage. I use test studio to test them but the selected option in the third dropdown always becomes empty after I select it. So that I cannot do any operation on the selected option.
Please advise!
Thanks!
Hello
Is it possible for a new tab or a new browser window to be opened as part of the execution which keeps the same session accross both? Or is there a way of closing the original browser and opening up a new one with the same session?
I have tried the blind mouse click and navigate to pop up window but none seem to work - i may well be missing something from these.
Any help would be great.
Thanks
Maria
Hello. I use the Run Selected Steps option repeatedly in one test run, working through test steps a set at a time. I've noticed that as different web pages are opened in the run, whether they open by default with recording or paused recording mode varies. If I don't pay close attention, often I end up recording steps when I don't intend to and almost as often, they are recorded in a different part of the test script and thus trip me up later. Is this default something a user can control? Shouldn't the test run start with the default of paused recording and then stay consistent with the user's selection from there?
Your help on this would be much appreciated. Thanks!
Briar
I'm trying to make Test Studio verify that if a WPF app has no licence, it prompts for one when it is started. I've got that working, but I want to add a step that deletes a licence file from disk before the app is launched.
What is the best way to add a step that will delete a file from disk? Is there a better way of doing this? (I'm new to Test Studio, and Automation in general)
I have the following step: Wait for element 'Div' 'is not' visiable.
Running the test it waits 30 seconds and then fails because the element is still visible. So, I increase the timeout time to 60000ms by enabling UseStepWaitOnElement property. However, the test continues to fail because it is still waiting 30 seconds. I tired running the test in a Test List and using the global ElementWaitTimeout setting with no success.
I can't seem to figure out why this step continues to wait 30 seconds even when changing the WaitOnElementsTimeout or the global ElementWaitTimeout setting.
Could this be because the element is a Div? If that is the case, could you recommend a possible work around?
Thanks in advance.
Hi,
Just wondering if I can build into every a step a global wait for a particular property on an element, e.g. "IsVisible = false" on "AutomationId=BusyIndicator". I want to do this without having to insert this step wherever it is needed, but rather specify it globally somewhere and have all of my steps wait for this condition automatically. Does such a feature exist?
Cheers