Question: How do I generate a report immediate after execution (without logging into Certify UI)?Solution: Use Certify command line with the option /outputpdfFor example (for Worksoft Certify 8.5.0 and later),C:\Documents and Settings\Admin\Desktop>Certify.exe /usecertifyconfig+ /stepdelay=0 /Process="MyProcessA" /Project="A" /user="yourusername" /password="xyz123@xxx" /outputpdf:"c:\test.pdf" Running the above command will first execute the process ""MyProcessA" in Project A and immediately generate a results report test.pdf.