Questions tagged as 'testes-funcionais'

1
answer

Software for comparison between php frameworks

Good evening guys. Can anyone tell me some php framework comparison software? Softwares that compare performance, response time, load time, etc.     
asked by 22.08.2018 / 00:45
0
answers

Protractor with Cucumber does not run tests

Hello. I'm a beginner in cucumber protractor testing and I'm following some tutorials and in my case it does not work. I run my test but it only generates the Gherkin-based code I wrote. protractor protractor.config.js Execution result:...
asked by 01.11.2018 / 14:39
0
answers

How to use Equivalence Class techniques to define test cases from a Use Case?

I'm trying to generate a Test Case for a system, but I've been in doubt about assembling Equivalence Partitioning and Test Cases ... The problem is that in the statement it says the following:    A Transfer of Values Form between One Ac...
asked by 21.06.2018 / 15:08
0
answers

TestsNodejs - deprecation compilers in mocha and babel

I'm creating an api on the node and testing using mocha, chai and the transpiler and babel I've changed --compilers js:babel-core/register for --require babel-core/register As written in the mocha documentation link Well, I ch...
asked by 02.06.2018 / 09:22
0
answers

Upload and Insertion Performance Test

I'm new to the performance test scenario. I have to do a performance test on a web system (use Spring and Angular ) where it uploads a file with several entries on each line. I have to use JMeter to do this test. What is happening is as...
asked by 22.02.2018 / 13:27
1
answer

Android Instrumental Testing

When I begin to compose the instrumental test for MainActivity, it fails because it does not recognize this MainActivity, as you can see in the next image. Ihavereadinsomeplacesthat"Because instrumented tests are compiled into an APK (separa...
asked by 09.08.2017 / 18:45
0
answers

How should the tests that manipulate the database behave?

In everyday we come across scenarios in which we have snippets of code that run once only throughout the lifetime of the system. As an example: First admin signup screen. Initial System Settings (Installer) Screen. These actions are usu...
asked by 15.04.2017 / 22:33
2
answers

How to test an event on the keyboard (EditorInfo.IME_ACTION_DONE)

I'm performing automatic testing and would like to know how to get the IME_ACTION_DONE from the keyboard. Follow the code: @Test public void shouldSearchUserOnMap(){ SystemClock.sleep(2500); Login(); onView(withId(R.id.searchBut...
asked by 28.09.2016 / 19:12
1
answer

Test automation (Decrease execution speed)

How to slow down the running of tests in katalon Studio?     
asked by 06.03.2018 / 12:07