Questions tagged as 'testes'

0
answers

How to perform Unit Testing in OpenCobol?

I am in charge of running a Cobol Workshop in my company, and I was forced to do an example of a Cobol Unit Test. I just do not know where you're going with Cobol? I saw the OpenCobol IDE as a lightweight, easy-to-understand IDE. But I wanted...
asked by 01.05.2018 / 00:03
0
answers

How to check a condition with Nightmare.js?

I'm trying to check whether a test passes or not, however I did not understand the syntax of how to create a condition and check the right / wrong. I believe that the condition is done within evaluate . This is my test using Nightmare.js :...
asked by 11.04.2018 / 20:58
0
answers

Performance Test Jmeter

I'm having trouble verifying the time each request took to get done, if anyone can help me from now on thank you.     
asked by 27.03.2018 / 15:17
0
answers

Upload and Insertion Performance Test

I'm new to the performance test scenario. I have to do a performance test on a web system (use Spring and Angular ) where it uploads a file with several entries on each line. I have to use JMeter to do this test. What is happening is as...
asked by 22.02.2018 / 13:27
0
answers

Tests with MockMvc

Someone knows how to pass a "null" value in the content method of a put request. Follow the example: @Autowired private MockMvc mvc; @Autowired private ObjectMapper objectMapper; @Test public void testUpdateDtoNull() throws Exception {...
asked by 07.02.2018 / 16:00
0
answers

Mstest File trx

Good afternoon guys, I'm working with test automation using mstest and adding the argument to save log . The problem is that it saves with the .trx extension. Would anyone have any option to implement the code to read?     
asked by 01.02.2018 / 19:02
1
answer

PHPUnit does not work

I'm trying to run tests on my project, but PHPUnit does not work! I'm trying to run it, via composer ( vendor/bin/phpunit ). However, nothing happens ... I no longer know what to do to make it work. In other projects, everything works norm...
asked by 17.01.2018 / 16:26
1
answer

Android Instrumental Testing

When I begin to compose the instrumental test for MainActivity, it fails because it does not recognize this MainActivity, as you can see in the next image. Ihavereadinsomeplacesthat"Because instrumented tests are compiled into an APK (separa...
asked by 09.08.2017 / 18:45
1
answer

How to validate the download of files using Selenium Webdriver?

Hello, I wrote an automation test in Webdriver Selenium using C #, and one of the steps requires downloading an XLSX file from the server. How can I validate that the file has been successfully downloaded and get its name?     
asked by 08.08.2017 / 18:27
0
answers

Is there a tool for doing black box testing in C #?

I know that Java has the sikuli IDE. Does C # have a similar tool?     
asked by 16.07.2017 / 19:59