Questions tagged as 'testes'

2
answers

How to implement A / B tests?

How can I implement A / B testing on a new system? I am developing a tool and would like to compare the results of each modification, but I have no practical knowledge of how to implement this type of test.     
asked by 28.04.2014 / 20:36
2
answers

What is Travis CI?

I'm doing a research on software testing (integrated testing, debugging and maintenance environments) and I found this Travis CI, but my English is not very good and I did not find articles in Portuguese. Basically, what is Travis CI for? And ho...
asked by 12.04.2017 / 00:57
1
answer

Unit test is a generic term? What types are there? And what ways to apply?

Unit test is a generic term for any test of an independent part of a program? Or is it a exclusive term for object-oriented paradigms , with procedures already known? Whenever I find any post related to unit testing, the vast majority qu...
asked by 29.08.2017 / 18:24
1
answer

How to use git to organize my development, approval and production environment?

We are adopting the use of a homologation server here in our company, but we still do not know how to organize the development flow from this paradigm, since currently each developer when it wants to consolidate the implemented modifications per...
asked by 26.11.2014 / 17:43
1
answer

Tests with digital certificates

I would like to know if anyone knows a way to test digital certificates. I have the following situation, my system works normally with digital certificates. However when the configured certificate expires or in the case of token certificates,...
asked by 22.09.2015 / 21:24
2
answers

What is the advantage of using JUnit to test methods of a class?

I've created an application that basically is a class that tests whether the methods of another class are returning the expected values. My teacher asked me to rephrase this class as a JUnit test case. I did as he asked, but in the end I get the...
asked by 05.04.2016 / 15:12
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 simulate load in a database?

I have a SQL Server database that recently had performance problems in production by the large number of concurrent users added to some implementation and architecture issues. After taking some measures to minimize the problems, I need to t...
asked by 10.10.2017 / 01:41
1
answer

How does the White Box Test work?

I read this response of the user #    White box test : When evaluating the internal operation of the   software. For example, if certain methods execute correctly. However, I still have doubts about this type of test. Questions H...
asked by 19.04.2017 / 13:52
2
answers

How to create a test with RSpec to check the return of users?

This describe below is the default that Rspec creates. I have a hard time working with TDD ( Test Driven Development ) and it is complicated to understand the whole procedure. For example, I need to test that when accessing the index...
asked by 14.01.2014 / 14:31