Posts by Fabiana • 31 points
2 posts
-
1
votes0
answers57
viewsQ: Is it possible to simulate a C#FTP server?
I need to develop automated integration tests in an application whose features have external dependencies like FTP. I wonder if it is possible to simulate an FTP as well as to simulate a database…
-
1
votes1
answer1160
viewsQ: How do I capture text from a web page with Selenium?
I need to create a standard People Generator using the site https://www.4devs.com.br/gerador_de_pessoas with Selenium. That’s the code I have for now: [TestFixture] public class GeradorDePessoas {…