Questions tagged as 'test'

0
answers

Publish APK or Bundle on Google Play

I have several questions: What is the difference between publishing a .apk or a .aab bundle? I've done the whole journey: Internal test Alpha closed Open Beta Production Currently my app is in production and is so small that i...
asked by 22.10.2018 / 12:35
0
answers

Error running test with Selenium Grid

I have a problem and I am running some tests in c # with Selenium Grid and they give me errors such as timeouts, elements not found ... Which does not happen if I do it in local, nothing happens. I've been looking at it for several days, changin...
asked by 05.10.2018 / 13:35
0
answers

Class module-info missing a super type

I'm trying to make a test case with Appium on Android with some dependencies, but one of them is causing this error:    Illegal class file: Class module-info is missing a super type. The dependency that causes the problem is selenium-serv...
asked by 25.09.2018 / 09:25
0
answers

NoMethodError: undefined method 'users' - Ruby on Rails

When running the console command 'rails test' I get the following error, referring to the file user_controllers_test.rb The Error: The file user_controllers_test.rb According to the console in error, it is in the line that con...
asked by 02.09.2018 / 19:18
1
answer

Perform a unit test in NodeJs. With mocha and chai;

I am performing a unit test on a function, and what I want is to simulate the communication with the DTA (that does not communicate with the database); For example: This is the function to which I want to perform the test ... public add(a, b):...
asked by 17.08.2018 / 16:51
1
answer

Error when implementing unit tests in React Native with Reactnavigation

I'm having the following problem:    Invariant Violation: Native module can not be null. at invariant (node_modules/fbjs/lib/invariant.js:42:15) at new NativeEventEmitter (node_modules/react-native/Libraries/EventEmitter/NativeEventEmit...
asked by 17.07.2018 / 21:38
0
answers

How to improve unit test with junit? Help

I have the following method in my controller that sends a call to a prop class to manage the file download ArchivoUtils.generaArchivo(response, factList); @RequestMapping(value="view/obtieneArchivo") public void obtieneArchivo(...
asked by 10.07.2018 / 04:52
0
answers

Visual Studio Dev Essentials Test Cases

In the Visual Studio version of Dev Essentials I do not see the Test tab. If you can create test case but I can not run it or see what test plan you have created. Is it necessary to install from the marketplace Test Manager? this extension is...
asked by 04.07.2018 / 20:05
0
answers

ERROR ITMS-4238 in Application Loader

I have tried to send an application to TestFlight from the Application Loader. It is an application made in Adobe PhoneGap. I understand that it is necessary to increase the version of the application because one has already been uploaded wit...
asked by 15.06.2018 / 17:20
0
answers

Test in sonata admin bundle

I'm trying to verify that a form with children objects works in sonata admin bundle. The problem is that the form I want to check has associated children objects. $form = $crawler->selectButton('Crear y editar')->form(array()); parse_...
asked by 31.05.2018 / 09:51