Micro Focus QTP (UFT) Forums
How a website developement company can use QTP to automate their testing work - 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: How a website developement company can use QTP to automate their testing work (/Thread-How-a-website-developement-company-can-use-QTP-to-automate-their-testing-work)



How a website developement company can use QTP to automate their testing work - yugal - 11-10-2008

Hi Ankur,
I am working as a QA Engineer in a website development company where the whole testing work is done manually.
The project in my company are always delivered in agile phase, which requires a huge an repetitive testing work, So I want to use QTP in my company for such work.

I have a basic understanding of QTP (record/run/automate) testing work in flight application associated with the QTP.

Can you suggest my the module that can be automate for testing in any website.

I mean to say that what are the generic areas of any website which should get automated for testing. for example if I am going to automate a site related to some property(real estate) selling/buying, which may include the user types like buyers/sellers(agent), functionality like uploading property, viewing property, buying property,
Integration of paypal (payment gateways) etc.

Please help me.


RE: How a website developement company can use QTP to automate their testing work - Brian - 11-13-2008

Hey Yugal,

Ive worked as a QA on an agile project before and it can be difficult to automate as things change so rapidly. The key is to find the funtionality that is not changing so much. In the project i worked on the paypal transactions was perfect to automate...different data passing through the system each time but the same functionality was being touched. From what you've mentioned above, i wouldnt automate the viewing of property piece as this would be 'look and feel'...where im assuming objects are changes constantly (new buttons being added/changed, property images deleted / changed) , thus causing script maintenence for you. Its probably best practise to manually test this 'look and feel' functionality anyway. But definately try and automate the integration with paypal as i wouldnt think the developers would not be changes things rapidly here.

Hope this helps,
Brian