Hi,
I have some questions related to Mobile app automation in telerik test studio:
1. How can you access the code behind the automatically created test steps?
2. how can I add a xpath to an element? i basically want to identify the element using xpath. It seems that I can access the element properties(query builder), and there is a "+" to add new properties. How can i generate a xpath automatically?
3. How can I reuse the elements in my previous test case? Currently, It seems that it creating a the same element again and again in every test case. please look in to the attached pic. This is a really big issue because in case if the developer changes the element information, I will have to go in to each test cases and update it.
4.How can I reuse test cases?