run server side script to open the URL in ATF test runner
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 10:21 AM
Hi all,
I have to write a run server side script in ATF.
step 1)record query
step 2)open an existing record
step 3) run server side script where I need to take the sys_id which I got through step 2 and embed the sys id with URL and open that URL. so that the screen gets captured in ATF test runner.
for eg:) url = 'htps://www.abcdef.com/hcgab/sys_id=';
sys_id which got through step 2 is '123456'
the final URL should be htps://www.abcdef.com/hcgab/sys_id=123456 and page should be captured in test runner
How to write the server side script for it ?
I have to write a run server side script in ATF.
step 1)record query
step 2)open an existing record
step 3) run server side script where I need to take the sys_id which I got through step 2 and embed the sys id with URL and open that URL. so that the screen gets captured in ATF test runner.
for eg:) url = 'htps://www.abcdef.com/hcgab/sys_id=';
sys_id which got through step 2 is '123456'
the final URL should be htps://www.abcdef.com/hcgab/sys_id=123456 and page should be captured in test runner
How to write the server side script for it ?
0 REPLIES 0