Forum Discussion
5 Replies
Hi Harsh,
Could you please explain your task in detail? Do you want to validate an object which belongs to the app that is opened during your test?
If TestComplete fails to recognize different objects in this app, you can try using the ImageRepository feature to capture the object you need to validate. Please refer to the "About Image Set Editor" article for details.
- harsh_chhibberContributorMy application is linked with Web Browser for opening a Url and it is also to make a call.
Objects are not recognised when web browser opened and also when dial number screen opened when click on the respective links in my application.
In short application is linked with web browser and also have functionality to make call.
Hi Harsh,
You need to give the Image-based recognition a try. You'll be able to create the collections of images that correspond to objects displayed on the screen. Refer to the article I mentioned in the previous reply.- harsh_chhibberContributorFor iOS blank screen shows whenever out of application screen comes.
Like when browser opened.
How to deal with those screens in case of iOS.
Hi Harsh,
iOS is much secure. It looks like the only way is to capture a screenshot of a mobile device's screen when the browser is opened and save it. During the test, you can compare the stored image with the actual one. Please refer to the "Capturing Screenshots of a Mobile Device's Screen" article for details.