Questions tagged as 'testes'

0
answers

How can I test the connectivity between devices on a network without using the ICMP protocol?

How can I test the connectivity between devices on a network without using the ICMP protocol? I made a simple operating system, it has access to internet etc. But, it does not have ping. How can I create a similar command to test network connect...
asked by 28.05.2017 / 19:55
0
answers

Authentication windows with selenium

I'mtryingtoperformawindowsauthenticationwithselenium,howevertheerrorbelowisdisplayed. Is there another way to perform this type of authentication?     
asked by 24.04.2017 / 19:15
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
0
answers

Call test script function [protractor]

Hello, I have a file that calls several test methods that I created with protractor, it looks something like this: import {MeuCadastro} from './MeuCadastro/MeuCadastro.spec'; import {Rotas} from './Rotas/rotas.spec'; let rotas: Rotas = new Ro...
asked by 22.03.2017 / 19:59
1
answer

I can not inject MockMvc into integration test [Spring Boot]

@RunWith(SpringRunner.class) @SpringBootTest public class CustomerRestTest { private static final String BASE_URL = "http://localhost:8080"; @Autowired private MockMvc mockMvc; @Test public void indexTest() { MvcRes...
asked by 19.10.2016 / 16:47
0
answers

Selenium with Maven plugin does not work the tests

Implementation to run a JUnit and testNG test suite, When run by the eclipse plugin, it works. By maven not, the behavior of testNG tests are changed, It seems like it does not end right the http sessions, Create an http session, when (...
asked by 26.09.2016 / 22:59
1
answer

Frameworks for testing in Android and Webservice application

Good afternoon, I would like to know which frameworks I could use to perform the following tests: Android application: Unit Testing Stress Test Web service Unit Testing Static Analysis
asked by 30.04.2016 / 23:30
1
answer

WebDriverException when not finding elements with FIndElements

When I try to check whether or not an element exists on my web page, and if the element does not exist, my IWebDriver launches a WebDriverException , and all methods in my driver stop working, I continue to run the test even doing the treatment...
asked by 02.09.2015 / 23:16
0
answers

Acceptance Test with URL Redirection

Hello, I'm trying to generate a acceptance test for my login page using codeception and Yii2 , but the problem is that after login the user is redirected to the main page and there the user, already logged in, displays a welcome message. I...
asked by 08.06.2015 / 20:21
0
answers

HTML Testing (DOM) with Jasmine or another framework

How do I test HTML with Jasmine? I know there is a guy named jquery-jasmine.js who does this but I have no idea how to install it because npm does not work when I try to install it (it says that Git may be in trouble, but all other plugins work...
asked by 13.10.2014 / 22:29