Sarabjit Bhamber
Sarabjit Bhamber

Reputation: 21

Integrating UFT 14.0 & Selenium Automation test cases

We have 2 clinical applications one is a patient administration created in Oracle forms and another clinical application which is a Java based application. We are in the process of automating the applications to do end to end testing. we have been able to automate the Oracle forms application part in UFT 14.0 and we have been able to automate the Java side in selenium both of these in isolation of each other.

Is there anyway of integrating UFT & Selenium so that we can complete end to end automation testing, so that when we have completed the UFT testing it then goes onto complete the selenium test cases.

Upvotes: 2

Views: 1252

Answers (2)

Nisarg Sheth
Nisarg Sheth

Reputation: 1

Other Option can be, to Create Executable file for the selenium Test Cases and Trigger them from UFT at required stage.

Upvotes: 0

mbn217
mbn217

Reputation: 914

UFT is a very powerful tool and you can surely do end to end testing with it. The only reason to test using selenium is if you are trying to use open source tool. With UFT you can record an play back scripts (end to end scenarios) I dont recommend record and play back as it not dynamic but its a way to start. You can also test backend(databases) with fronend(User interface). There are a lot of Youtube videos that you can check out.

UFT Step by Step tutoriols

UFT youtube link

Hope this will help you start good luck!!!

Upvotes: 1

Related Questions