Hi All. Can you please explaing what is checkpoint? How it
Will Work? what is meaning of "check checkpoint
("proprtname").how it will compate with expected value?
Thanks in Advance............... Lakshmi
Answer Posted / rajib
Hi monty
d question is that after inserting the
checkpoint how d qtp compares with d
actual n expct.
wat is d need of inserting checkpoint?
how checkpoint works?
wat actually a checkpoint does?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
Explain Descriptive Programming Types with Examples?
What is the pros and cons between QTP and Rational Robot
give me the code to save all messages of inbox of gmail into a folder and notepad
How to capture a window in QTP?
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 fragmentation and paging?
What are the Disadvantages of shared object repository?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?