1. What is diffrence between Analog Recording And Lomlevel
Recording ?
Answer Posted / samata roy
analog recording is done when we have to capture the
exactmovement of mouse or it is required to test a page
with respect to the fullscreene
low lavel recording is usually carried out when qtp does
n't recognise the object
if i m wrong correct me
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Problem with XML checkpoint in QTP ?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
wht type of User defined functions or Java Releated functions do we write in VB scripting
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, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Explain the concept of object repository & how qtp recognizes objects?
What is recovery scenario manager? When you go for recovery scenario manager?
Explain the Different types of QTP test assets and their extensions?
Hi, how can we check or avoid the memory leakage in QTP9.2?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
On what document base Descriptive programming is written if build is not yet ready ?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
How to handle the exceptions using recovery secnario manager in quicktest professional?