Hi all
I have been using Jet Brains Intellij for a while now just to practice and learn and hopefully get an automated role soon. but, I wanted someones honest opinion.
My problem is, Iam having problems organising my test cases. I feels like I am doing a lot of work to automate something. For example, if you take the Santander.co.uk website and if I were to automate the “current account tab”. But then within this, has more then 10 links. So if I were to automate those links, I would have to go into Intellij, create 10 separate test cases just for those link.
Does this sound efficient to anyone? I remember when I did my Selenium Java class last year, we group tests together such as the login page. But I feel like theres going to be slight variations of these test cases as well.
Iam just using Intellij, GIT and the Maven Repository in the.pom file. And thats it.
Please someone help me