how to find that a file has been completely downloaded or not?
I told that "download Complete" pop up.
but he told the tool doesn't recognize the pop up
Answer Posted / raghu
You can use Checkpoints to know the file downloaded or not.
File Content Checkpoint - Verifies the text in a dynamically generated or accessed file such as .txt,.pdf.
Or - you can take your control to the folder where the file is downloaded and read the file using FSO object for the expected text in the file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of object repository and how QTP recognizes objects?
what is command for executing files?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How can I use Call dlls in QTP ?
How to use debug tools?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What are the check points can be inserted without recording?
How QA specialist can identify when programmatic descriptions are useful?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What is the Difference between test object and run time object?
Explain the difference between data driven testing and parameterization ?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to handle the exceptions using recovery secnario manager in quicktest professional?
if anyone has idea of the interview procedure in covansys, plz send me a mail?