Answered

To verify downloaded pdf in cloud

Our test step has a step to download a pdf file and open it to verify.

We want to know the download file(viz, pdf, doc) path, open the file and verify the content in cloud run of the test case.

Steps required to open the downloaded path

0
4 comments
Avatar
Ajit Parthasarathy

Want to know the file downloaded path in cloud run

0
Comment actions Permalink
Avatar
Joseph Hamdan

Hi Ajit,

In your test case, add steps that click the link that downloads the PDF file and after these steps, you can add a Goto_URL command where the URL contains the path of the downloaded file. The final step will contain Verify_Text_in_PDF command where the value contains the word you are trying to search for.

For local runs, you can replace username with your own user. For example:

C:\Users\username\Downloads\file.pdf

For cloud runs, you can replace the username with Administrator as below. For example:

C:\Users\Administrator\Downloads\file.pdf

 

Please let us know if this works or if you have any questions.

 

Regards,

Subject7 Team

0
Comment actions Permalink
Avatar
Ajit Parthasarathy

HI Joseph,

 

Thanks for the detailed information on the query, it worked for me.  Thanks you very much for the help.

 

Regards,

Ajit

0
Comment actions Permalink
Avatar
Joseph Hamdan

Hi Ajit,

 

You are most welcome. Thank you for using Subject7 :)

 

Regards,

Subject7 Team

0
Comment actions Permalink

Please sign in to leave a comment.