
Loading ...
This issue is one of the very strange one that happens sometimes and works sometimes. So you have a line of code setting the file path in a WebFile element
Browser("B").Page("P").WebFile("F").Set "C:\Test.txt"
Browser("B").Page("P").WebButton("Upload").Click
Above code might work fine sometimes, but few times you might find your web application throwing an error ex - “File not found”. I am [...]
Register or Login to read the full article...
Tags used -
Error, file, Found, Not, ReplayType, WebFile

Loading ...
There are times when below Navigate statement in QTP runs fine but does not Navigate to the actual website
Browser("XXX").Navigate "http://www.knowledgeinbox.com"
Now there can be different possible root cause for this issue. This article will take you throw most of them one by one
Possible Root Cause #1
There is a child modal dialog in IE waiting for user [...]
Register or Login to read the full article...
Tags used -
Add-on, Addon, Issue, Navigate, Not, recording, Replay, replaying, script, scripts, UAC, working