How to test the mandatory fields in QTP?
Answer / guest
test mandatory is assistent of the test engineer
| Is This Answer Correct ? | 0 Yes | 15 No |
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
What are the properties you would use for identifying a browser and page when using descriptive programming?
How to save your test using quicktest professional (qtp)?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
what is main difference between QTP 8.2 AND QTP 9.0/9.2 HOME PAGE?i mean what are extra thing in QTP 9.0 than in QTP 8.2?
Please explain the role of Regular expression in QTP
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
what is review
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
give the code to count child objects (Total) in the page
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 are the drawbacks of QTP?