Questions tagged as 'testes-funcionais'

3
answers

How to test Filters that verify Claim data?

I have a ActionFilter for some controllers and actions that make use of the user information that is in claims . The filter itself gets the user's claims information and performs the authorization validation process: public vo...
asked by 23.11.2015 / 12:59
1
answer

How to test the service layer

I'm developing a multi-layered and multi-module web design. For the persistence layer I am using JPA 2.1 and hibernate 4.2 and for the JUnit 4 tests. In this architecture my project was divided into classes: GenericDAO (interface); Generic...
asked by 19.01.2015 / 01:21
1
answer

Registration load test does not persist in the database

I'm using jmeter and performed the following procedure: I have written a script in a user registration feature; I extracted the ViewStates (because it is a feature with pages in web flow); I ran the test; Occurred: When writing the...
asked by 08.08.2014 / 20:11
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
1
answer

Android Test - Call Method

I would like to know if in the android Unit test would have the possibility to call isolated methods of the code, or if just calling activitys, buttons ... I researched in several places and I did not find anything talking about     
asked by 11.07.2014 / 13:37
2
answers

What framework should I use in Functional Testing in .NET?

I would like to know the framework options that simulates testes unitários to the .net . I know a little bit of Ruby and I know that there is Cucumber that is very good, but for .net I did a search and realized that...
asked by 18.02.2014 / 23:16
2
answers

Develop integration tests correctly

We are writing several tests for the application, there is testes unitários and we start testes de integração . All communication with DAO is mockada, but when I test the API, should I test the cases that have already been tested...
asked by 01.06.2015 / 13:43
1
answer

How to know if it is a fragment that is on the screen, in interface test?

I would like to know, in automated interface tests, how to know if a fragment is on screen or not. If it's a fragment, for example, ratingfragment, I'll "perform" a "click". If it is another, I'll do another action. Thank you! Code belo...
asked by 29.09.2016 / 19:36
0
answers

Check Disabled field on katalon

I need to check what is returning inside a disabled field, using the katalon tool to do the automated test. Example: I want to check what's inside the image fields below.     
asked by 27.03.2018 / 13:36
1
answer

Instrumental Testing Android Studio

When developing instrumental tests for my android application, I'm faced with a problem and I do not see why this happens. Why is MainActivity not recognized?     
asked by 21.08.2017 / 00:04