Search found 2 matches

by Diloneus
Wed Aug 01, 2018 5:24 pm
Forum: How To …
Topic: Creating a randomized GUI test
Replies: 3
Views: 1702

Re: Creating a randomized GUI test

We use Ranorex for something like this. We go about it by using multiple levels of switches, code methods to randomly select items from lists or combos, and random number generators. This specific test, we use more for "Just poking at stuff" because it is hard to build any meaningful validation ste...
by Diloneus
Tue Jul 31, 2018 5:40 pm
Forum: How To …
Topic: Creating a randomized GUI test
Replies: 3
Views: 1702

Creating a randomized GUI test

Hello, I've been trying to figure out a method to automate a random GUI test on a windows application. I'm using the Spy Tracker to select one path, but I was wondering if there was a way to create a lot of optional paths that the test can run through so that the test is not the same every time it r...