While working on mobile application API tests we were thinking how to use the same test set for functional tests as well as for load test and stress test. This would be useful as application was rapidly changing and having separate test set for functional and load/stress test was a trouble. As it would require … Continue reading How to convert Postman API test into JMeter load test
Category: Uncategorized
How to tokenize cucumber for calabash
While writing regression tests for one of iOS applications, we faced a small problem. We have two environments development and test. Sometimes we need to execute tests on dev server and sometimes on test. For each of this environments we have different accounts and no way to create identical accounts on both environments. This problem … Continue reading How to tokenize cucumber for calabash
Clear field with calabash-ios
Recently while automating one of applications with calabash-ios we (QA team of Scimus Solution) faced a problem with clearing a field with a certain text. When we would use one of out of box method it would work for the first time but then would start failing. As field was cleared, but iOS remembers a … Continue reading Clear field with calabash-ios