What exactly is the difference among all the three recording
modes.
Answer Posted / guest
In whcih u r asking ........WR or QTP???
In QTP there are 3 recording modes
- Normal recording
_ Analog recording
- Lowlevel recording
Normal recording/contextsenstive/Standard-This is the
default recording mode.Records actions for which enduser
performs on standard GUI objects.
Analog recording-Records all mouse operations along with
cordinates of an object.
Low level-In this if Qtp is unable to indetify an
object,irrespective of an environment QTP records actions
performed on an object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
can the activities of test case design be automated?
Can we run test with out adding object in object repository? How it is possible?
What phases are involved in testing an application in qtp?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What is the limitation to XML Checkpoints?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Can you brief the hurdles you faced during Automation testing?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How to break the object spy ?
Explain the concept of object repository and how qtp recognises objects?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
if numbers are always changing write a script for that
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance