Micro Focus QTP (UFT) Forums
Which environment is the best to test web 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Which environment is the best to test web application (/Thread-Which-environment-is-the-best-to-test-web-application)



Which environment is the best to test web application - linhke - 10-19-2010

Hi all,

Now, i'm testing a web application by QTP. I run it through internet (https://...). Sometimes, the application display "Can not find the page...". So i think the reason maybe caused from internet connection problem, and then it's not the best environment to test with QTP. And i think the best when testing any application is the local environment. I mean that, it's not depend on Internet connection. Right?

Can any one give me an advice?
Thanks,
linhke


RE: Which environment is the best to test web application - jsknight1969 - 10-19-2010

Hard question. IMO its a matter of preference and experience. Creating, managing, and maintaining a local web testing platform (http server, dns, network, etc) can take a lot of work, time, and money and there are many ways to do it such as dedicated servers or virtual machines, windows, linux......the list goes on. While you may not have a dependency on an external internet connection, there is a lot more that you do have to have working. You also have to have a copy of the code and possible a database, which you may not be able to get depending on your relationship with the site developers.

A hosted setup removes all the internal requirements and does have the external dependency issue but requires a lot less for you to maintain. Plus, you don't have to have anything other than the URL/site for your testing. This may be the only way again depending on your relationship with the developers.

I hope this helps.