Questions tagged as 'testes'

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

Sonar: Validate changes from a certain date

I use Git integrated with Team Foundation Server. The idea is to put Sonar as a step in TFS to stop the build according to the established rule. I need to know if it is possible for Sonar to apply the tests only for changes made as of a certain...
asked by 19.03.2018 / 13:56
0
answers

Organize tests on GitHub, good practice?

I'm currently doing a search to automate and organize software testing . In the midst of the searches I found some tools , but I believe that a new tool would not be as productive as the developers would want to get acquainted with....
asked by 13.11.2017 / 15:02
1
answer

Parallel tests using Selenium / TestNg and Database

I have 1165 test cases and it takes 36 hours to run + run this all in 3 different browsers and I'm going crazy with that delay. My question is whether you have to run parallel tests using selenium / testng and your classes need to access the...
asked by 10.10.2017 / 16:15
0
answers

Better solution for holding app finish after all UI tests finished [closed]

I've been working with iOS UI tests in the past few weeks and besides KIF I've been using Fastlane to check my code and some other stuff like releasing to Fabric and TestFlight. One of the great features of Fastlane is 'snapshot', which takes sc...
asked by 29.09.2017 / 23:44
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
0
answers

Number of files in the request with Moq

The SetupGet to for the form ( Form ) of the request works, however Count does not work. How do I resolve to Count return the desired value? var httpContextMock = new Mock<HttpContextBase>(); var request = new...
asked by 08.08.2017 / 16:44
0
answers

How to configure a WebRTC signaling server for connection to the mobile app

I'm trying to integrate a WebRTC signaling server with a mobile application in React Native and communicate with a command line in typescript. The signaling server is tested in this TS code: import service from '../src/service' import Connecti...
asked by 23.08.2017 / 20:31
1
answer

System.setProperty - Set path to chromedriver

I'm starting to tinker with tests using selenium and JUnit. I need to set the chromedriver.exe path. I would like to know if you have chromedriver.exe inside the project folder and set the path in a way that if someone else downloads the project...
asked by 28.03.2017 / 20:26
0
answers

Integration test send email [closed]

Today I have a system that sends multiple emails. Many settings and submission rules. I need to add some 50 new rules, new emails Time formats with attached file, images, and more. As it is today, I use an email server to authenticate...
asked by 26.01.2017 / 18:20