Does Testcomplete support to automate Slider in image options ?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does Testcomplete support to automate Slider in image options ?
Hello Team,
I have gone through many approaches for automating the slider action in the image with Testcomplete tool . however no luck to find any solution.
Can you please suggest the solution how we can automate 'slider' in the image options.
Awaiting for the solution.
Regards,
Sanghamitra
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you testing an image on a web page or in a mobile app?
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is desktop testing
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This may help
You can also record a test that does what you need and then see how TestComplete records that particular action.
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried using the page down button or using the Keys function to simulating the arrow key actions?
Article here explaining how to do this : https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/standard/scroll-bar/scrol...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks everyone for the suggestions!
@Sanghamitra have you found your answer? If you have, please share with us how you resolved the issue.
-----------------------
Sr. Director, Web & Digital Experience @ SmartBear
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Sangamitra,
I tried one approach while testing slider in Desktop application.
1. Hover the mouse over the Slider location (In which the slider is getting active)
2. Take the VisibleInScreen object of Slider and check for property whether it is active
3. Or in case it is not getting activated you can Find any Event which activates the Slider in my case I think sliderObject.SetWidthSize(_size_)
Let me know in case you need any help
