Can we Script any test case with out having Object
repository? or Using Object Repository is a must
Answer Posted / zia ur rehman
No. U can script with out Object repository by knowing the Window Handlers, spying and recognizing the
objects logical names and properties available.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What are the properties you would use for identifying a browser and page when using descriptive programming?
How can we conduct U-I Testing by using QTP??????
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Does QTP record on Objects created on XWindows Environment?
Have you faced any problems with object repository?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
how to test Web application using QTP software
Explain different type of event trigger option.
How to analyzing the checpoint results?
Can launch two instances of qtp on the same machine?
Describe how Smart Identification is used
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 to test load test and block box testing an a web based application pls give ans briefly