Development

I can’t capture with findElement the class, xpath etc. in:

https://economia.estadao.com.br/noticias/geral,por-que-nao-tres-em-uma,70002648617
click on: entre aqui para ler a matéria.

I already tried several ways.

My code is

public static void main(String[] args) {
System.setProperty(“webdriver.gecko.driver”,”C:\ESTADAO\Browsers\geckodriver.exe”);
WebDriver navegador = new FirefoxDriver();
navegador.get(“economia.estadao.com.br/noticias/…);
navegador.manage().window().maximize();
navegador.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS);
navegador.findElement(By.xpath(“/html/body/div/div/div[2]/div[1]/div[2]/div/a/div[2]”)).click();
}

I am able to record my test cases via Http(S) Test Script Recorder but when I run those test cases, they all are failing.
Before started recording, I was getting ‘No Internet’ message on my browser. But once I clicked on “Start’ to record and refreshed my site,It started recording. After I am done with recording, Site is again not accessible with the same message ‘No Internet’ and failing my run. How can I make my site available again? I am using chrome browser.
Please help.

Thanks in advance!

Pushed the JMeter Selenium Scripts into Azure GIT Repository, created the pipeline and run the pipeline.
Agents added are: JMeter, Command Line, Publish pipeline artifact and publish and download artifacts from Release pipelines.

In the scripts the JSR223 Sampler, counters and Chrome Driver Config are added and after execution of test html file also generated but observed no transactions are happening.

Could anyone please help me?

Use of Generative AI in Healthcare by Different Groups Healthcare Industry’s Biggest Challenges Functions of Generative AI in Healthcare App Development Ethical Considerations of Generative AI Usage in Healthcare Apps How can Tx help with Healthcare App Testing? Summary Patients’ increasing reliance on information sources (like the Internet) and smart healthcare app solutions has long … Continue reading “Transforming Patient Care: The Impact of Generative AI in Healthcare”
The post Transforming Patient Care: The Impact of Generative AI in Healthcare first appeared on TestingXperts.

Hotfixes play a critical role in software testing and maintenance. Think of a hotfix as an urgent repair job done on a live system to quickly fix unexpected problems, like bugs, without needing a system restart. This type of swift fix is essential to ensure users do not face long disruptions and that the software…
The post What is a Hotfix: Definition, Benefits, Challenges, and How is Hotfix Tested appeared first on Software Testing Material.

Although web and mobile applications are more widely used now, desktop applications still play an integral role for many organizations. So the need to automate desktop applications for testing purposes is still prevalent and we have many test automation tools in the market as well. Being an expert desktop application automation testing company, we have
The post Best Desktop Application Automation Testing Tools in 2024 appeared first on Codoid.