Chrome Version: 68.0.3440.106
Telerik Test Studio Version: 2018.2.606.0
On our website, first I click an options menu which displays 3 options to interact with each post. I click on the first option to delete the post, and a dialog box pops up, asking if it is okay to delete the post. I'm assuming this is a "Confirm" Dialog because it has an "Ok" and a "Cancel" button. If I run this test and watch the test studio runner, it seems to get stuck in invoking the OnClick event and the dialog box is never interacted with, because it never gets to the handle step. Eventually the runner just closes itself and the test fails. I checked the tests we use for IE 11 and Firefox and the handle confirm dialog steps work with those - though I do notice that they are both more a traditional dialog box then the type the appears in Google Chrome.
Is there a different step in the builder that can accommodate this, or will this end up being a coded solution?
The only error that I get is that the "handle" step for chrome times out.
Any assistance is appreciated, thank you!
Hi,
I am facing issue while running my Login script. I have 2 different test cases. For testcase1, i want to login using data driven which i am able to do it successfully but for next testcase2 i want to login using default user mentioned in "Enter text ..." step.
So while try to run testcase2, i am unable to execute due to it is always looking for Data driven.
Let me know how to execute same test using 2 different data approach in 2 different test cases.
See attached screenshot.
Hi Supporter,
I have problem about Test Studio execution. TS cannot run Kendomenuoption (please see error on attach file).
My system need to run on chrome browser only.
Please kindly to advice.
Regards,
Pong
Hi there,
I have tests that execute and connect to a new browser popup.
Usually this works fine, I have one where the browser URL is variable and unpredictable:
Https://foo.com/x/y/z_2/moreUrlStuffHereICanPredict
Https://foo.com/x/y/z_3/moreUrlStuffHereICanPredict
Https://foo.com/x/y/z_4/moreUrlStuffHereICanPredict
etc.
I am using Relative Only so usually this look like x/y/z_2/moreUrlStuffHereICanPredict, etc.
I can predict everything before the 2,3,4 and everything after. My application sets that number each time you run a query which throws a popup window.
Is there a way to make this work in the UI test step "Connect to Popup"?
Alternatively, I could check via script if the popup exists, then connect... is there a function such as Manager.Browser.Exists(URL)?
I've been looking int he forums and in the online help, nothing seems to cover this case.
Thanks!
Sakura
Win10
IE
Test Studio 2017.1.207.0
Have the issues related to https://www.telerik.com/forums/scheduled-test-list-not-running-the-latest been resolved? I am experiencing similar issues and not certain whether they are related or new problems.
As a proof of concept, I built a simple test to enter some text into a search field and then click a search button. Let's call the test "myapp_search". I then duplicated the test 3 times, so I now have "myapp_search", "myapp_search (1)", "myapp_search (2)", and "myapp_search (3)". Then I created a dynamic test list to include all tests with a name containing "myapp" and "search". The dynamic list successfully ran all 4 tests both locally and remotely. After the test list ran successfully, I deleted the 3 duplicate tests, renamed the original test to something that does not match the dynamic list's rules, created more extensive tests that use the "myapp_search" as a test as step and fit into the same dynamic test list, and ran the test list again. Running the list locally runs the tests I would expect, but running the list remotely runs "myapp_search (1)", "myapp_search (2)", and "myapp_search (3)" despite the tests being deleted from the project. Note that this project is not in version control.
Using Test Studio 2018.1.418.0
Thank you!
Matt
Is there a way to manually add a "connect to pop-up window" step from the Step Builder or somewhere else?
The documentation states that html pop ups are automatically detected, and using the record feature does automatically create a "connect to pop-up window" step that I can edit. However, I would like to add the step without having to record the click, because sometimes recording a click creates a duplicate element that needs consolidated.
Thank you!