by Ankur Jain | Last Updated On Dec 13, 2018 | Advanced Concepts |
You can use WMI to query and retrieve information from a computer where a UFT (formerly QTP) script is running. WMI can be used for tasks like – but not limited to – finding the time zone of a machine, retrieving information about the currently running processes that you see in windows task manager (Ctrl – Shift – Esc) or finding physical memory (RAM), current RAM (commit charge), CPU usage etc.
by Ankur Jain | Last Updated On Aug 8, 2014 | Guest |
“There is a time and place for everything”, as the popular idiom goes, and that holds true for test automation too. Certain scenarios in which automation is generally a good option…
by Ankur Jain | Last Updated On Sep 2, 2016 | Object Identification in QTP |
This is a poll on the usage of smart identification. Please visit www.LearnQTP.com to enter your comments.
by Ankur Jain | Last Updated On Jul 5, 2013 | Tips and Tricks in QTP |
If your web based application takes very long time to load and that is slowing down your QTP script execution, here is a quick and effective solution to get over this problem and improve the performance of your QTP scripts…
by Ankur Jain | Last Updated On Sep 1, 2016 | Mobile Testing |
This is complete guide and how we can test mobile applications using QTP. Which mobile OS does QTP supports. Windows Mobile 6.x Professional edition. Windows Mobile 6.x Classic edition. Windows Mobile 5.0 Pocket PC edition. Jamo meux
by Ankur Jain | Last Updated On Jul 5, 2013 | VB Script and QTP |
Eight tips on advanced regular expressions. Back Referencing is a way to refer to previously matched patterns inside a regular expression. Word Boundaries.
by Ankur Jain | Last Updated On Sep 2, 2016 | Quality Center/ALM |
Here is the complete guide to working with Quality Center/Test Director and QTP.Find answers to how can we connect QC with QTP. How can we access Quality Center Open Test Architecture (OTA) using AOM. How can we upload QTP scripts to QC using AOM. Which version of QTP is compatible with which version of Quality Center. Version control in QC.
by Ankur Jain | Last Updated On Dec 13, 2018 | Some Common Errors/ Issues, Tips and Tricks in QTP |
I am recording using QTP and for some reason QTP does not recognize any upload buttons. Use Web Event Recording Configuration to solve this issue.
by Ankur Jain | Last Updated On Oct 30, 2020 | Tips and Tricks in QTP |
How to include an Action Template in QTP/UFT? What is ActionTemplate.mst file How to write some statements automatically to a reusable action?