what is the difference between quality and testing ?
Answer Posted / jitendra harnoor
quality is software that is delivered on time ,is bug free, meets the requirements and is reliable in cost.
Testing is the process to test a new software with the intention of finding defects.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the types of object repositorys in qtp?
What is different command used in command Prompt while using QTP?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
which type of testing process are you following in ur company? how to recognize a qtp page?
How can I import environment from a file on disk?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How many types of recording modes in qtp? Describe each type with an example where we use them?
What are the check points can be inserted without recording?
When do go for loop condition in test?
How many types of status are there?
How to find array size 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.
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
can the activities of test case design be automated?