QTP Checkpoints for Adobe Flash / Flex
Testing Rich internet applications developed in Flex / Adobe Flash using Quick Test pro – using checkpoints. Checkpoints let you examine objects and fail or pass the test based on whether the object...
View ArticleQTP and Adove Flex working with containers
Testing Rich internet applications developed in Flex / Adobe Flash using Quick Test pro – using containers. Working with containers In general, Mercury QuickTest Professional (QTP) reduces the amount...
View ArticleQTP and Testing Rich internet applications developed in Flex / Adobe Flash...
Testing Rich internet applications developed in Flex / Adobe Flash using Quick Test pro – Advanced troubleshooting. There are some common problems and resolutions when you use QTP to test your Flex...
View ArticleQTP Smart Identification Explained
Smart Identification is nothing but an algorithm used by QTP When the recorded definition for an object does not enable QuickTest to identify an object. QuickTest Pro SMART Identification Smart...
View ArticleHow to run Multiple QTP Instances?
Sandboxie is a freeware application that you can use to run two instances of Quick Test Pro simultaneously. Sandboxie will create a virtual sandbox separated from the rest of the applications on your...
View ArticleIntroduction to QTP (QuickTest Professional) Part1
Automation Fundamental Concepts What is Test Automation ? Software Test Automation is the process of automating the steps of manual test cases using an automation tool Or utility to shorten the...
View ArticleQuick Overview of QTP 10
The QTP 10.0 Architecture is divided into seven parts. Test pane: It is the area where the test engineer can generate, view and write the test script. The pane is divided in to two views. Expert view:...
View ArticleQTP Code – randomly select the drop-down box option
1, randomly select the drop-down options:‘Get the number of drop-down optionst = Browser (“Browser”) Page (“User Management”). WebList the (landing type). GetROProperty (“items count”) ‘Random...
View ArticleQTP TIP – the random selection WebRadioGroup option
1, randomly select the drop-down options:‘Get the number of optionst = Browser (“Browser”) Page (“User Management”). WebRadioGroup (fingerprint authentication). GetROProperty (“items count”) ‘Get a...
View ArticleQTP TIP – Common QTP File extensions
Here are the list of common QTP file extensions: QTP Script File – .mts ( mercury test script) QTP Local Repository – .bdb ( berkely database) Shared Repository – .tsr ( test shared repository) Load...
View Article