State advantage of UFT over Selenium?

860    Asked by ShantellRoye in QA Testing , Asked on Dec 28, 2019
Answered by Shantell Roye

Below are few high-level advantages of UFT over Selenium:

  1. UFT can be used to automate both desktop and web applications, whereas Selenium usage is confined to automate only web applications.
  2. QTP has object repository however selenium doesn’t have any built-in object repository and therefore objects and its properties are not captured by selenium during its record and play process.
  3. UFT has its own fully developed IDE however Selenium uses third party IDE to automate test cases and therefore UFT has better performance than Selenium.
  4. Its easier to perform data driven testing in UFT because it has built in data tables. Implementing Data driven framework is complicated in Selenium and one has to rely on programming language to do so.



Your Answer

Interviews

Parent Categories