Answer Posted / gurucharan prabhu b.p
Shared OR:This stores test odjects in a file that can be
accesed by multiple components in read only mode.
Per action OR:This stores objects in a file that is
associated with the specific component so that only that
component can access the stored object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
What are the ordinal identifiers in web page?
How many types of parameters are available in quicktest professional?
how will you check how many members visited the website www.infosys.com?
What is difference between run time object and test object?
Discuss quicktest professional (qtp) environment?
In qtp, explain what is keyword driven automation framework?
Where can I find and view run-time data table?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How can I import environment from a file on disk?
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 do I get the QTP scripts result in xml format by using vb script function?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek