By using ATF How to click the Transfer button the mentioned Screenshot

kranthi2
Tera Expert

Hi,

By using ATF How to click the Transfer button the mentioned Screenshot.

 

Desk.png

 

 

As a user i want to write a ATF test step to click the Transfer button which is highlighted in the above screen.

 

Help me out with the test step if we have any

 

Thanks, 

6 REPLIES 6

sanketgoyal
Giga Contributor

To capture a full-length snapshot in the Automated Test Framework (ATF), follow these steps:

1.Navigate to the Desired Screen:
First, ensure you are on the screen where you want to capture the screenshot.

2.Use the ATF Capture Feature:
Open the ATF test case where you want to capture the screenshot.
In the test step, select the action that corresponds to clicking the “Transfer” button.
While configuring the test step, look for an option related to capturing a screenshot. The exact wording may vary depending on your ATF version.
Enable the screenshot capture feature. This will ensure that ATF captures the entire visible area of the screen, not just the top part1.
Remember to adjust the steps according to your specific ATF setup. If you encounter any issues, refer to the ATF documentation or seek assistance from your team or ServiceNow support

@sanketgoyal 

Sorry my requirement is not related to something which you have mentioned the resolution.

Thanks