What are the advantages of Automation objects than Test
Objects?
Answer Posted / ashish srivastava
Automation Object is very different from Test Object .
Automation Object are created when you want to perform some
action outside the QTP Like Opening QTP from outside without
Clicking on the QTP Icon
Test Objects is the Collection of Objects Stored in the
Object Repository
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can any body give the banking domain concepts/links
What is keyword view?
How to open a new test using quicktest professional?
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?
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.
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
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.
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What are the benefits of quick test pro(qtp)?
What are the flaws in water fall model and how to overcome it?
Can we record using all the modes in a single script? Explanation with example is appreciated
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How many types of status are there?
What is clean sweep?
assume i have few url link how will i dynamically call then using descriptive programming?