
Loading ...
Web applications uses cookies to store user related information. While testing these cookies might interfere with the results of test. It is recommended to delete cookies before starting new test.
In this article we will see how to delete cookies for a browser. Different browser stores cookies in different places and in different format.
Deleting IE Cookies
IE [...]
Register or Login to read the full article...
Tags used -
Cache, Cookies, delete, FileSystemObject, Firefox, IE, Internet Explorer

Loading ...
I recently upgraded my QTP from version 9.2 to 9.5. The upgrade was does after doing a clean uninstall using my QTP Clean Uninstaller tool. Even after the clean uninstall, i found that QTP 9.5 was not recognizing Firefox a Browser but as a Window test object. The issue seemed to be with Firefox caching [...]
Register or Login to read the full article...
Tags used -
Add-ons, AgentPlugInFireFox, Browser, Firefox, identification, identify, Mozilla, Object identification, Window, WinObject

Loading ...
Sometimes QTP throws a “The parameter is incorrect” error when setting a text in a WebEdit
Below is a test textbox to reproduce the issue
WebEdit with Max Length 4:
The error can be reproduced using below code
‘Will work fine
Browser("KnowledgeInbox").Page("KnowledgeInbox").WebEdit("txtMaxTest").Set "1234"
‘Will throw a parameter is incorrect error
Browser("KnowledgeInbox").Page("KnowledgeInbox").WebEdit("txtMaxTest").Set "12345"
There are two root causes of this issue
Root Cause #1
Trying [...]
Register or Login to read the full article...
Tags used -
Edit, Error, FF, Firefox, incorrect, Max Length, MaxLength, parameter, ReplayType, The parameter is incorrect, WebEdit