what is the defference between QTP 8.2 and 9.0and 9.2?
plz tell me
Answer Posted / priya
1.Instead of test menu in QTP8.2 we can associate library
files in file menu settings option
2.we can create and associate any no.of repositories to the
action.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
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
Explain types of descriptive programming?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
how to create flat file datasubmission in qtp
how to disable the pop ups through QTP using a script
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
How to check feasibility of the appliction?in automation testing?
Hello friends..... On which areas of an application we can not test with QTP
How you will rate urself in QTP in the range of 0 to 5
They asked by using qtp recording writing scripting
Explain building blocks of the bpt framework ?
Tell some commonly used Excel VBA functions?
What is the difference between run time object and test object in QTP?
how to evalute defects in QTP script?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.