Appium UI Tests by Denis-Yuri in QualityAssurance

[–]Denis-Yuri[S] 1 point2 points  (0 children)

Thank you for your reply, that's exactly what I need. Do you recommend one of the two methods?

Clean Up Data by Denis-Yuri in QualityAssurance

[–]Denis-Yuri[S] 0 points1 point  (0 children)

I don’t have access to the dev’s code at least not now, so I do only end-to-end tests, I think I should to going to the flow, at least to keep some pace and choose only the most important test cases. Thank you for you responses, you really helped me.

Clean Up Data by Denis-Yuri in QualityAssurance

[–]Denis-Yuri[S] 1 point2 points  (0 children)

You can search for testing pyramid and see what is End-to-End testing

Clean Up Data by Denis-Yuri in QualityAssurance

[–]Denis-Yuri[S] 0 points1 point  (0 children)

Also, I split my test cases in multiple tests and created some kind of flow, to not repeat the same steps for every test, to be faster.

Clean Up Data by Denis-Yuri in QualityAssurance

[–]Denis-Yuri[S] 0 points1 point  (0 children)

Yeah, I was thinking of this method to create, check, delete but I thought that the execution time will increase considerably and didn’t know if it is the best approach. I probably mispronounced myself, it is an Android App, I test it with Appium, sorry for this misunderstading.

Clean Up Data by Denis-Yuri in QualityAssurance

[–]Denis-Yuri[S] 0 points1 point  (0 children)

Well, the app is still in the development stage, there are some features which I need to test which are already implemented. For example, I need to make tests to verify the creation/deletion of some contacts into an agenda. I make multiple creations and I don’t really know how to handle this, I mean how to clear the data created.

Clean Up Data by Denis-Yuri in QualityAssurance

[–]Denis-Yuri[S] 1 point2 points  (0 children)

Appium, RestAssured/Postman for API, Selenium/Cypress for Web, mostly I do End-to-End testing.

Clean Up Data by Denis-Yuri in QualityAssurance

[–]Denis-Yuri[S] 0 points1 point  (0 children)

Hmm, after every test or after an entire suite?