Batch Process Testing - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Batch Process Testing (/Thread-Batch-Process-Testing) |
Batch Process Testing - mann - 04-05-2011 Hi, Can body tell me does QTP support Batch Process testing. Some Process developed in Oracle and on unix platform are running. Does QTP support thoose batch process testing. RE: Batch Process Testing - basanth27 - 04-05-2011 Three parts, 1.Oracle-DB 2. Unix - OS 3. Batch Processing - Presumably Shell Scripts or perl scripts ?? [ not sure though ]. What exactly is your Batch Processing? What does it do? What is the integration between the above three parts? Please explain with more details which would be really helpful. RE: Batch Process Testing - mann - 04-06-2011 Hi Basanth Batch files are .txt (flat files) written in Oracle, used for data transformation. These files run on specified time and transform the data. We want to check the data in the files which is transformed using QTP. Is it possible by QTP to match the data. RE: Batch Process Testing - basanth27 - 04-06-2011 If i have understood you correctly, you would want to check if the data is loaded on the database? If so, then you can do it by learning about ADODB.Connection. Are you also looking at kicking of the batch files at the specified time through QTP? RE: Batch Process Testing - mann - 04-08-2011 Hi Basanth, Thank you for your response. If I want to kick of the batch file at the specified time through QTP. Then is it possible to do it. As per you, we can check the data loaded on the database through ADODB Connection. RE: Batch Process Testing - basanth27 - 04-08-2011 Basically i look at it as scheduling. If you have set of scripts (Batch) to be kicked off at a particular time by QTP then yes, you can start QTP at a specified time using the Windows Scheduler or Quality center and then have QTP execute the batch. But if your requirement is for the batch which contains multiple scripts and they have to be executed at different time frame then QTP is a challenge. Not that it is not doable but just that it would be equivalent to stand upside down and have your food. Where are your batch scripts being executed? On Windows or Unix ? If unix, then you can look for Crontab option. There are different schedulers which start the job at the specified time. Control-M is one of them. It works on windows as well as unix. Yes, DB validation is a cakewalk via vbscript on QTP using the ADODB.Connection. RE: Batch Process Testing - arika - 04-27-2011 I am new to this group. Can anyone explain me how can I start a new discussion or ask a new doubt? Plzzzzzzzzzz. RE: Batch Process Testing - BVVPrasad - 04-27-2011 Hi Arika, Goto the following link : https://www.learnqtp.com/forums/Forum-QTP-Beginners See attached screenshot. You need to click on the NewThread button highlighted in the screenshot. Regards, Prasad |