by Ankur Jain | Last Updated On Apr 5, 2019 | Advanced Concepts |
LearnQuickTestPDF API works with iTextSharp. Sometime back when I was involved in a PDF project I found this really useful library which does a great deal to ease the burden of manipulating PDF documents.It provides all of the primitive functions necessary to create a PDF document. However,since all of the methods are based on primitive operations, it is easy to confuse the look and feel of a document without enforcing certain standards. Visit iText Home to learn more about iTextSharp
by Ankur Jain | Last Updated On Aug 7, 2014 | Some Common Errors/ Issues, Tips and Tricks in QTP |
Usually this happens in large scale regression testing where the length of your script is quite long. In that case there are possibilities that your script stuck somewhere in between and exits abnormally. In that case QTP is not able to finish up the entire required things to populate the test result.
by Ankur Jain | Last Updated On Jul 7, 2014 | Advanced Concepts, Web Services |
testing Web services can be done without using Web services add-in. All this is possible with the help of WinHTTP (Microsoft Windows HTTP service), which provides a high-level interface to the HTTP internet protocol.
by Ankur Jain | Last Updated On Aug 7, 2014 | Advanced Concepts, Web Services |
let’s find out what are other possible ways to work with Web services in QTP. What about adding Web services objects directly into object repository and use the test object to add steps in test or component.
by Ankur Jain | Last Updated On Aug 7, 2014 | Advanced Concepts, Web Services |
In the earlier part of WebServices testing with QTP, we have gone through the basic concept required for web service testing. In this part we will use those concepts to test the web service using QTP. When you are about to test a web service, make sure you have...
by Ankur Jain | Last Updated On Aug 7, 2014 | Database |
In Part1 we saw the wizard method to use Database checkpoint. In Part2 we learned how to connect to a database using scripts in QTP. In this part we will see how we can retrieve data from database.
by Ankur Jain | Last Updated On Aug 7, 2014 | Advanced Concepts, Web Services |
The series is divided in four parts 1. Testing Web Services with QTP – Key Concepts 2. Web Service Testing Wizard 3. Adding Web Service Test Object to Object Repository 4. Testing Web Services without enabling Web Services Add-in
by Ankur Jain | Last Updated On Jul 5, 2013 | Some Common Errors/ Issues |
We recently migrated to McAfee anti virus solutions. McAfee some with a host of security features along with Intrusion Prevention System (IPS). It seems IPS is not compatible with QuickTest. If you try to open IE7 while QuickTest is already open, IPS will kill the IE7 process.
by Ankur Jain | Last Updated On Jul 7, 2014 | Database |
We have learnt how to use database checkpoint in database testing. If you don’t want to use the database checkpoint in your database testing, you will have to script it to connect to database and test the records. This gives you more flexibility and options to play around the records.