Answer Posted / balu s
If u make any changes in one portion of the program it will
affect other portion of the program to avoid this we have to
make sure weather all the functionality of the application
working fine or not.for this testing we will not wright new
test cases.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Can any one send me the QTP Basic Coding Samples?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
terminal services client
What is contained in the object repository?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Explain the new feature of UFT regarding the export of test results?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
how can we compare descriptive programing with a regular expression
What is the XML file architecture ?
How will you check that your test cases covered all the requirements?
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.
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
How do know the number of browsers opened?
Can any body please tell me the steps of keyword driven framework of QTP.