how many types of actions r there? what r they? explain? pls
give any one answer?
Answer Posted / manjunath.dasari
Their 3 types:1)Non-Reusable,2)re-usable,3)External Action
NonRe-usable: an action that canused only in the in test in
which it was created& used once only.
Re-usabled: An action that can called multiple time by the
test in which it was created.
- if we need any modification we can doin the action
External : An Re-usable action that can called from the
other test in which it was created.
- we can not do modification
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How to find the name of the machine where you are running your automation scripts in qtp?
When to use shared and local object repository?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Are Shared ORs read-only?
Differences between text and test area checkpoints?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is ‘object spy’ and what is the function of object spy in qtp?
can u please explain what is the exact difference between qtp8.2 and 9.0
What is method name to compare two XML files.
Explain step generator in qtp?
Explain advantages and disadvantages of ddf?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script