Development

Today, we bring you a collection of modern fitness and gym logo templates that will help you create an inspiring…

I am trying to click a button through webdriver. After inspecting the button element it highlights to the following:

XPath:

/html/body/div/div/main/div/div[2]/div/div[2]/table/tbody/tr/td[4]/form/button

This is my code:

WebDriver driver= new FirefoxDriver(); driver.get(“Website link”);
driver.findElement(By.id(“email”)).sendKeys(“xyz”);
driver.findElement(By.id(“password”)).sendKeys(“xyz”);
driver.findElement(By.xpath(“//*[text()=’Log in’]”)).click();
driver.findElement(By.xpath(“//button[text()=’CANCEL’]”)).click();

But, when I try to run the code, it doesn’t click the button.
Can anyone help me solve this? Would be a great help

In my project, we have a module called Reporting which covers graphs and charts.
It’s basically a dashboard on the homepage of the website with multiple graphs and charts (after inspecting them they are seen to be made of <CANVAS & <SVG tags
They are representing Data from a DataSource.
Manual Test Cases defined are validating that the data represented by the graphs and charts are correct in 2 areas.

Quantification – Value represented in graph and chart
Quality – visual design of chart and graph

How to approach test automation of such test cases? Can we achieve 100% automation in such modules?

Test Guild – Automation Testing Tools Community
9 Ways AI Improves Software Testing
I recently co-hosted a webinar, with Blinq.io to delve into the impact of intelligence (AI) on software testing practices and nine way AI can improve software testing. Cool stuff! During the session, Tal Barmeir and Guy Arieli seasoned quality assurance (QA) practitioners, shared their perspectives on leveraging AI to enhance team skills. Our conversation was
You’re reading 9 Ways AI Improves Software Testing, originally posted on Test Guild – Automation Testing Tools Community – and copyrighted by Joe Colantonio