i don't have any experience in qtp? Can u please tell me
What work i have to do?
Answer Posted / niturao
if u have qtp installed then u better go thru the help
topics and work on tutorial. i hope doing that way u can
learn a lot.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the properties you would use for identifying a browser and page when using descriptive programming?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is active screen?
How many add-ins comes by default with qtp?
What is a reusable action?
how to idetfy which test cases are automated?who will deside that plz tell me
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 is Distributed testing? How does UFT support it?
what is stepin & stepout?
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
how to create flat file datasubmission in qtp
What are the properties you would use for identifying a browser and page when using descriptive programming?
Explain the parameter in qtp?
What are the types of properties that quick test learns while recording?