Most voted "functional-testing" questions
Functional tests are those that seek to test the functionalities of your application, verifying the integration between the various parts that compose it.
Learn more…21 questions
Sort by count of
-
41
votes2
answers3902
viewsTests, TDD, Unit Test, QA and similar. What is the difference between concepts about tests?
In the question of the goal 5 different tags for "testing" I noticed that I have some difficulty understanding all these terms about tests. Certainly tests have been very important throughout the…
testing software-engineering unit-testing tdd functional-testingasked 10 years, 5 months ago Maniero 444,682 -
27
votes3
answers1491
viewsStrategies to prevent software regression
What programming strategies/best practices can be adopted to minimize the risk of software regression? Questions that can help guide: which "pranks"/bad practices can fool the programmer and leave a…
-
8
votes1
answer140
viewsPremises for a testable software
Based on development in object-oriented language, what would be the premises for software to have robust testability (coverage and testing facility) ?
-
6
votes3
answers155
viewsHow to test Filters that verify Claims data?
I own a ActionFilter for some controllers and actions that make use of the user information that are in Claims. The filter itself obtains information from Claims user and executes the authorization…
-
4
votes1
answer462
viewsHow to test the service layer
I’m developing a multi-layered, multi-module web project. For the persistence layer I am using JPA 2.1 and Hibernate 4.2 and for Junit 4 tests. In this architecture my project was divided into…
-
3
votes1
answer125
viewsRegister load test does not persist in the database
I am using the jmeter and performed the following procedure: I wrote a script in a user registration feature; I extracted the Viewstates (because it is a feature with web flow pages); I ran the…
-
3
votes2
answers2051
viewsDevelop integration tests correctly
We are writing several tests for the application, there are testes unitários and we started testes de integração. All communication with DAO is mocked, but when I test the API I should re-test the…
-
2
votes2
answers328
viewsWhich framework should I use for Functional Testing on . net?
I would like to know the framework options that simulates testes unitários to the .net. I know a little Ruby and I know that there is Cucumber which by the way is very good, but to .net I did a…
-
2
votes1
answer60
viewsAndroid Test - Call Method
I wonder if in android Unit test would have the possibility to call isolated methods of code, or if only calling activitys, buttons... I searched several places and found nothing talking about…
-
2
votes1
answer1135
viewsWhat is the difference between regression testing and end-to-end testing
I would like to know the difference between these two tests, regression testing and end-to-end testing. I looked in some places but found material more related to TDD, and both look a little bit.…
-
1
votes1
answer84
viewsHow 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 the screen or not. If it is a Fragment, example, ratingfragment, I will "perform" a "click". If it’s another one,…
-
1
votes1
answer109
viewsInstrumental Tests Android Studio
When designing instrumental tests for my android app, I come across a problem and I don’t see why this should happen. Why Mainactivity is Not Recognized?…
-
1
votes0
answers47
viewsCheck Disabled field in katalon
I need to verify that it is returning within a disabled field, using the katalon tool to perform automated testing. Example: I want to check what is inside the image fields below.…
-
1
votes0
answers62
viewsUpload and Insert Performance Test
I’m new to the performance test scenario. I have to do a performance testing on a web system (uses Spring and Angular) where he uploads a file with several entries on each line. I have to use the…
-
1
votes0
answers110
viewsHow can I validate empty fields with cypress
I already have a method that validates when they have some information about him, but when there is nothing he does not find the element of the list. Cypress.Commands.add('selectedFilterPlan',…
-
0
votes2
answers54
viewsHow to test an event on the keyboard (Editorinfo.IME_ACTION_DONE)
I am performing automatic tests and would like to know how to catch the and evendo IME_ACTION_DONE keyboard. Follows the code: @Test public void shouldSearchUserOnMap(){ SystemClock.sleep(2500);…
-
0
votes1
answer180
viewsAndroid Testing Instrumentals
When I start to elaborate the instrumental test for Mainactivity it gives error because it does not recognize this Class (Mainactivity), as it is possible to verify in the following image. I read in…
-
0
votes0
answers22
viewsHow should the tests that manipulate the database behave?
In everyday life we come across scenarios in which we have snippets of code that are executed once during the entire life of the system. As an example: Registration screen of the first…
-
0
votes1
answer81
viewsPhp frameworks comparison software
Good night, you guys. Can anyone direct me to some php frameworks comparison software? Software that compares performance, response time, load time, etc.
php software-engineering testing framework functional-testingasked 6 years, 3 months ago Maurício Biléssimo 351 -
0
votes3
answers1305
viewsValidate element in Selenium Webdriver
I have a certain test, where I programmed to put some plates and then to it click on the button (forward) and then on the button (finish). Only that depends, by the fact that it has some plates that…
-
-1
votes1
answer192
viewsTest Automation (Slow down running speed)
How to slow down testing in katalon Studio?