what is the difference between testing and debugging?
Answers were Sorted based on User's Feedback
Answer / priyanka agrawal
Testing is the process of finding bugs,defects or error.or
it is simply checking whether the software/application is
matching with the SRS or not.It is done by testers.
Debugging is fixing of bugs.It is done by developers.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ankur
Testing is to identify the Defect,Bug,Error doen by the
tester.
Debugging is to identify the cause of that defect and to
resolve it. Done by Developer.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Diff between Image check-point and Bit map Check point?
Give the syntax to load function at run time.
what is advantage of descripting programming in QTP?
write is the code for regular expression in QTP
How you can find the absolute value of the number in qtp?
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
How many add-ins comes by default with quicktest professional?
How to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
What issues come up in test automation, and how do you manage them?