Test Complete- Wait and scroll queries
- 4 years ago
Hi HarishN123
Welcome to the forum! I'll go ahead and address all these for you here, but next time it would be helpful if you post different questions separately so others can search for them later on.
Here we go!
1) You can use Delay in between steps, but a more specific way is to use a Wait method
https://support.smartbear.com/testcomplete/docs/keyword-testing/reference/misc/delay.html
2) The line that is failing here is probably using coordinates to see an object instead of the object name and coordinates can change for a variety of reasons. Change this line to address the object directly and see if that works for you.
https://support.smartbear.com/testcomplete/docs/testing-with/exploring-apps/object-spy/about.html
3) Here's some information about scrolling
4) Here's some information about Project Variables. Every script in a project can share these.
5) You can double click on an error in the log to take you to the line that failed in the editor. Make any changes you need there and save them.