Questions tagged as 'testes-automatizados'

0
answers

Run automated test in Test manager

I created an automated test plan in the test manager and defined the build in Team Project, but when running through Test manager in Run with, it presents the following error:    "The build directory of the test run does not exist or access p...
asked by 24.05.2017 / 15:53
1
answer

OpenBDT - Test Automation Framework

I would like more information on this new automation FW using the BDT concept. Where can I download and use? Is OpenSource?     
asked by 20.10.2017 / 18:10
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
0
answers

When to carry out e2e tests in your application?

I'm starting to do e2e (end-to-end) testing, specifically on Vuejs projects with Spectron and Nightwatch . This question will have no code, because my doubt in this case is not with them, I am able to develop them theoretically well. M...
asked by 29.04.2018 / 15:36
0
answers

Is it possible to simulate a FTP server in C #? [closed]

I need to run automated integration tests in an application whose functionalities have external dependencies such as FTP. I would like to know if it is possible to simulate an FTP as it is possible to simulate a database with Moq, for example....
asked by 16.10.2018 / 19:05
1
answer

Ruby test capybara encoding UTF-8 does not work

I created a new test project, using Ruby and Capybara for studies and I'm not understanding why it is not working. I have a very similar project in another PC, same configuration, the difference that the problem only occurs in the machine with w...
asked by 23.08.2018 / 13:46
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
0
answers

Protractor with Cucumber does not run tests

Hello. I'm a beginner in cucumber protractor testing and I'm following some tutorials and in my case it does not work. I run my test but it only generates the Gherkin-based code I wrote. protractor protractor.config.js Execution result:...
asked by 01.11.2018 / 14:39
0
answers

Capture span on React element

I'm trying to automate the registration of a text in a system made in React. The flow is quite simple, through a menu I come to a form with this text editor field. This component (react-draft-wysiwyg) generates a hierarchy of DIVs and through...
asked by 03.10.2018 / 22:35
1
answer

Automated test to verify email confirmation

I'm creating automated tests with selenium webdriver. I need to do a test that verifies that an email is sent to the user after registering on the system.     
asked by 09.11.2017 / 03:40