Questions tagged as 'testes'

1
answer

C # SELENIUM - How to read elements of a webpage by keyword mention

I'm creating a Bot that searches a word in google and writes to a txt file all the links found in the search I'm currently trying to find a keyword on the search result page, I store the links that contain that keyword in a variable and save...
asked by 17.02.2016 / 14:45
0
answers

How to filter the scenarios that will execute @BeforeScenario?

I have a series of scenarios in demoiselle-behave, and I want to filter those that should execute a method marked with @BeforeScenario . In cucumber-jvm , I do this: Funcionalidade: Acesso @web Cenário: Autenticar com sucesso //...
asked by 14.02.2014 / 12:23
2
answers

Forms autocomplete

Do you know of any web tools in Chrome or Firefox that autocomplete forms with random text for tests? I have a 35 field form and every time I submit for testing, I have to complete it again.     
asked by 13.08.2014 / 03:31
3
answers

How to interpret CPU usage through the monitor of Android developer options?

Android has in its developer tools the option to display CPU usage. Would you like to know how to interpret them? Or, some other app that does the same type of service for analyzing the device's processing.     
asked by 29.01.2014 / 14:17
1
answer

Create web application that runs JUnit test cases in java files that will be submitted by a page?

I'm trying to create an application similar to an online judge, but all I want is that after submitting a java file through an html page or jsp, the application runs a certain JUnit test case in that java file and shows the results in a new page...
asked by 22.02.2016 / 17:02
2
answers

Selenium, how to control the execution speed of the test?

Creating automated tests in C # using Selenium, I try to know how to control the execution speed of the test?     
asked by 07.07.2015 / 17:23
1
answer

Printscreen in Selenium with popup

I'd like to know if it's possible to take a printscreen from the screen with an popup alert, for example Selenium IDE . p> The captureEntirePageScreenshot function does Printscreen, however, only from the browser and not with the...
asked by 26.02.2014 / 02:27
1
answer

Is there a difference between "Test Team" and "QA Team"?

I'm not very knowledgeable about testing. I've sometimes heard people talking ... the Quality Assurance team ... As far as I know, QA is an environment, not a team. That's why I did not understand. The questions are: Is it oka...
asked by 14.11.2017 / 14:08
1
answer

What is the difference between regression test and end-to-end test

I'd like to know the difference between these two tests, regression testing and end-to-end testing. I searched in some places but found material more TDD-related, and both look a bit like this. When using regression testing or end-to-end test...
asked by 29.04.2018 / 22:52
4
answers

Selenium can not find by id

I'm running a test with testNG along with Selenium org.openqa.selenium.By Test, do this search: driver.findElement(By.id("idRoleCheck:0")).click(); It gives the following error:    org.openqa.selenium.ElementNotVisibleException: ele...
asked by 23.09.2016 / 16:27