Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to main tain the Old scripts in qtp?

Answer Posted / pravati

if a new object is found in application u should add the object in shared object repository,drop nd drag the new object in function library script, or if a modification can found in object property then add or modify the object property in object repository.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain different recording modes?

1034


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1831


How to handle the exceptions using recovery secnario manager in quicktest professional?

1141


What are the different types of checkpoints?

1054


What are the types of environment variables in qtp?

1042


Why to use descriptive programming?

1011


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

2084


How does qtp identify the object in the application?

974


What is test object model in quicktest professional?

1085


How do you send email with attachment from outlook using qtp ?

1020


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

2023


Explain different type of event trigger option.

981


I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?

1103


how to convert 100 into hundred repees only and viceversa

1910


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.

1910