First Step in Automation Testing; Writing Robust Web Locator

write robust web locators to write test automation scripts that are likely not to break. Learn Ids, Classname, XPath



Platform: Udemy
Status: Available
Duration: 1 Hours

Price: $29.99 $0.00


Note: Udemy FREE coupon codes are valid for maximum 3 days only. Look for "Get Coupon" orange button at the end of Description. This post may have affiliate link & we may get small commission if you make a purchase.

Notice for Our Visitors in INDIA:
If Udemy Coupon is 100% OFF but it is not FREE when you go to Udemy Website, please follow the below instructions to make it work. This is mainly affecting visitors that has INDIA as a Country of Residence in their profile in Udemy.

Steps:
1. Use VPN (Virtual Private Network) & Select Another Country like USA.
2. Clear udemy.com website cookies from your browser or You can also use incognito mode or different browser like Opera which has inbuilt VPN.
3. After making a VPN Connection, Create a new Udemy Account.
4. Then go to your desired Course Page & Apply Coupon.
5. If the Coupon is successfully applied, then Continue the process & Enter the VPN Country.
6. Enjoy your Free Course!

What you'll learn

  • why to write unbreakable web locators for web automation
  • selecting the best identification method to use
  • identifying elements on web page using Id, classname, other identifiers
  • identifying elements on web page using XPath
Requirements
  • basic knowledge about web and HTML
  • willing to learn
Description
Web locators are very important in web automation, whether for test or any other purpose. Because everything in web development go for Automation now, including integration in CI/CD pipelines and nightly regression tests, so web locators are nowadays more important than ever.

To write a web locator, there's a selections of methods available. Engineers have developed many ways to write web locators. Because in different situations, one or the other web locator may be fit for a specific case. Web locators can depend on Id, a classname, a type, a name or some other property. In other cases, we may be obliged to use XPath. Don't worry, the definition of each of these as well as examples and use cases are covered within this course.

We learn in this course what a robust web locator means. How we can write robust web locators. We also learn how to choose the best locator between the different types available for use.

To learn more about me and my work background, please visit my personal page. There's other courses on this subject, but I give you the reasons why mine is best for you. First, I come from technical background and have applied the principles in this course many times. Second, I give you complete examples while we learn so that you can see how to actually use the material and excel it. Third, I am always available to answer your questions or inquiries. Please write me and I will always reply to you.

I made the course classified into small sections so you can in the future revisit only parts you need to review your knowledge about.

It's a fun course, so let's get started right away.

Who this course is for:

  • web scrapers
  • test automation engineers
  • RPA Engineers