QTP for .Net Application - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: QTP for .Net Application (/Thread-QTP-for-Net-Application) |
QTP for .Net Application - qapandit - 06-21-2013 Hi Guys! I have been working with qtp for the last 1 year. This is web based java application. Now I got another job. Their application is on .Net Will it be very different then What i am doing in my current project? RE: QTP for .Net Application - basanth27 - 06-21-2013 Yes, different for the objects and QTP not for you. You will still be an automation engineer and can use the same framework RE: QTP for .Net Application - qapandit - 06-21-2013 Thanks buddy Do you need any plug in for .Net application? Do you have some sample code (Descriptive) wrote for .Net application? RE: QTP for .Net Application - basanth27 - 06-24-2013 Yes. QTP needs a .Net Plugin. Also, it depends upon the type of objects as .Net is a very vast programming domain. If they have used any 3rd party interface to aid their .Net development then you may have to look for a addin accordingly. For eg: Infragistics has TestAdvantage Add-in for their NetAdvantage Dev pack. I have worked on few .Net based apps where QTP crashed repeatedly and there were no add-ins which were available. I finally figured that it was QTP issue and moved over to TestComplete. So, It would depend until you perform a POC and then you will be aware of the issues. RE: QTP for .Net Application - vinod123 - 06-24-2013 It will be the same just the objects will be changed as the interface changes. If it is .net based web application it will be same as web application RE: QTP for .Net Application - qapandit - 06-25-2013 Awesome !! Thanks basanth27 and everybody |