What is the difference betweent test and component?
Answer Posted / vengi
Test is Colletion of Steps Organizing actions To verify the
functionality of tests
Component is Colletion of Test Torepresents a single task
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an optional step in qtp ?
What is parameter in qtp?
How does QTP identify an object?
What is synchronization point in QTP?
What are test settings and global settings?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
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.
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Differences between quicktest professional (qtp) and winrunner?
What is expert view in qtp?
Did the scripts need lot of maintenance? If yes, why?
How can i check items sorted or not in a weblist ? Give me the script for this...
What are the factors on which script execution time is dependent?
How will you test a keyboard?
How you calling actions in qtp?