Thread: QTP tips
View Single Post
  #11 (permalink)  
Old 11-13-2007, 06:19 AM
sundarraja sundarraja is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 174
sundarraja is on a distinguished road
Default Re: QTP tips

Differences between QTP & Winrunner

1. QTP is object bases Scripting ( VBS) where Winrunner is TSL (C based) Scripting.
2. QTP supports ".NET" application Automation not available in Winrunner
3. QTP has "Active Screen" support which captures the application, not available in WR.
4. QTP has "Data Table" to store script values, variables which WR does not have.
5. QTP does not support in Firefox browser.
Reply With Quote