Questions tagged as 'testes'

1
answer

Classes Parametrizadas with JUnit 4

I have an exercise to solve involving classes parameterized in Java and I'm a bit confused. The exercise is as follows:    Program a parameterized class to   test the areaA square method with the following   input and output values: {b:0...
asked by 08.03.2018 / 03:00
1
answer

Java test cases

I'm trying to run a test on the banking system that I've done, I'm using netbeans for this. I need to perform test in the option to withdraw and deposit, in the case what I have done so far only the error in everything, but I did not understa...
asked by 14.12.2017 / 13:14
1
answer

How to issue Electronic Invoice in test mode in Woocommerce? [closed]

How do I issue free invoices, test version in Woocommerce? To test the plugin, from WebminarBR.     
asked by 21.12.2017 / 21:58
1
answer

Does anyone have an example code using Marionette in Java for testing automation? [closed]

I need a code sample using marionette with Java for testing automation, I read a few things, but I still can not understand how it works.     
asked by 11.08.2016 / 16:18
1
answer

Protractor test, how to get an md-button?

I'm using Protractor to test a system made in Angularjs and Material, I'm having problems with the locator when I want to get a specific md-button on a form and execute the click (). The button's hmtl is this: <md-card-actions layout="colum...
asked by 20.07.2016 / 15:02
1
answer

How to configure the test permission in AndroidManifest?

I have a question to give permission to test in an android application. I created a test case but when running the following appears on the console:    does not specify a android.test.InstrumentationTestRunner   instrumentation or does no...
asked by 05.05.2015 / 16:46
1
answer

Test web system on Smartphone

I have an application in PHP that is running in XAMPP and is being accessed via http://localhost/ it is working on the computer but I would like to test it on my smartphone (via browser ), how do to test it on m...
asked by 21.05.2015 / 15:53
1
answer

Swipe using the Appium tool

I'm learning about a new mobile automated testing tool called Appium, and one of the tests I created was: @Test public void Swipe () throws InterruptedException{ Thread.sleep(4000); System.out.println("Vamos fazer swipe n...
asked by 13.02.2015 / 17:02
1
answer

How do I use robolectric in Android Studio

Hello, I'd like to know how I use robolectric in my projects in Android Studio. I've tried a lot of tutorials, but none was a big help and the documentation is not very clear.     
asked by 15.01.2015 / 22:54
2
answers

Abstract unit tests

I have a problem when using abstract classes to keep my code common to my tests, initialization, shutdown etc ... I use a concrete class just to initialize the variables. The inherited code of the abstract class does not run when running the tes...
asked by 30.09.2014 / 15:36