w is fragmentation and paging
Answer / madhu
these r tech for memory management.
Paging-virtual memory is divided into fixed size pages.and
physical memory into same size frames.
Segmentation-v program consists of data structures,functions
virtual memory is divided according to these segments. and
tphysical memory so.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the extension of script and object repositary files?
What is action split and the purpose of using this in qtp?
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 is the difference between client server application and web based application?
what is Entry Criteria and Exit Criteria?
how can we call an external library file in QTP apart from using the Executefile statement..?? is there any other way we can call the external library file in QTP..??
2 Answers DST Global Solutions,
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
four browser are open same application i want to enter 3browser how?
what is the difference between data driver & data driven and driver script?
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
wht is the difference between action and functio?
in how many ways you perform batchtesting?