Answer Posted / alok
Functional Testing
Is This Answer Correct ? | 38 Yes | 5 No |
Post New Answer View All Answers
Where you are storing your script?
What is action?
What is keyword view in qtp?
Can we record an application running on a remote machine using qtp?
How to build scripts that access data from external sources?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
how to do the batch testing in test director using manual testing procedure?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
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 All, How to Compare two strings character by character in QTP
terminal services client
What is the difference between shared and local object repository?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
What is the difference between a Function and Action in QTP?