Answer Posted / balachander
memory leakage concept relies as on
1)data loss
2)un used data for longer run
3)bcoz of bug impact on application and so on
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain qtp(quick test professional)?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Explain the check points in quicktest professional?
How do you know the location Id of an object if you know its index id?
How to run a test using quicktest professional (qtp)?
why you have standardized functions? plzzz guys with real time exp. do answer
Describe function procedure in vbscript.
How to analyzing the checpoint results?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
What is test object model in quicktest professional (qtp)?
Explain measuring transaction.
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
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.