Posts by jaime junior • 27 points
2 posts
-
-1
votes1
answer71
viewsQ: Using CPF generator in Postman
I am performing several registration tests via Postman and I would like to know if there is any way to automatically generate a CPF in the POST body that I am sending. Who knows via Faker?…
-
1
votes1
answer34
viewsQ: Automating in Selenium with C# an Angular 6 page that has no fixed element
Good afternoon, I am trying to create some automated tests on a page that does not have fixed Ids, the only safe way is being Xpath but the same will change as soon as a new button enters. Currently…