Selenium is still the primary tool of choice for most. My company uses Sahi Pro - and the testers seem to like it. For my personal use (and if you need something lighter), I don't mind Playwright. It's more straightforward to script and it's better at detecting when a page has been fully rendered. After the recent .Net Rocks episode with Simon Cropp (another Aussie) I've been giving Verify a spin. So far I have been very impressed by it.
On Fri, 4 Jun 2021 at 18:49, harris.greg.m <harris.gre...@gmail.com> wrote: > I did some selenium work a 6/7 years ago and it was a pain only supporting > selective versions of firefox, just did some work with it again for web > scraping and it just feels a lot more complete and working well with chrome > > > > Sent on the go with Vodafone > > > -------- Original message -------- > From: djones147 <djones...@gmail.com> > Date: 4/6/21 20:14 (GMT+10:00) > To: ozDotNet <ozdotnet@ozdotnet.com> > Subject: RE: Automated tests > > Hey > > The last time I did web testing ws using mstest v2 and selenium Web > drivers. All from a separate test project to the unit tests. Example below. > > > https://www.lambdatest.com/blog/most-complete-mstest-framework-tutorial-using-net-core-2/ > > > Hth > > D. > > Sent from my Galaxy > > > -------- Original message -------- > From: Tom Rutter <therut...@gmail.com> > Date: 04/06/2021 06:43 (GMT+01:00) > To: ozDotNet <ozdotnet@ozdotnet.com> > Subject: Automated tests > > Hi folks, > > It's been several years since I looked at automated tests for web apps. Is > Selenium still the go to tool? I dabbled with it years ago but never really > gave it a good hit. Are there any automation testers here that care to > share their tools and thoughts? > > -- Tom >