Answer Posted / kartheek
ACTIVE SCREEN IS THE SNAPSHOT OF YOUR APPLICATION
WHAT U PERFORM
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In qtp is it possible to check broken links of a page?
What are the methods of the TextStream object that are used for reading from a text file?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
How will you check a web application for broken links using qtp?
What is test object model in quicktest professional (qtp)?
what is impact analysis on regression testing?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
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
Hi ,Can any one pleas explain how to test splash objects using QTP?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
Explain in brief about the quicktest professional automation object model?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Is it possible to call from one action to another action in qtp?
Does QTP run in any environment?