what is debugging testing?
Answers were Sorted based on User's Feedback
Answer / icsgupta
debugging testing means line by line testing.Advantage of
this testing to defect the problems during testing time.And
identify the defect of statements of programming.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / msnreddy
debugging nothing but one example: u have written 100 lines
of code but ur script is not executed properly .so then use
the debugging and check out the each and every line then u
can find the problem .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kiran m
debugging the Program Lines either by Developer in the Unit
Testing (Developement Side) Or by Tester in the Descriptive
Programes like Automation Testing it's like Line by Line
Statement by Statement or Conditions or loops or Decission
Tables Execution depending up on the Functional Scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
hi friends i have 4 yrs exp in testing and 2 yrsexp in QTP.currently aim working in mnc in north as a permanent employer .iam looking for job in south is there any openings plz let me know my mail id is bjr@aol.in its very urjent
Can we run multiple QTP scripts one after the other without manual intervention? How?
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
How to Map network drive in QTP
How to handle Run-time errors?
Write a script to verify font style and color of a windows object using descriptive programming
what is the diff between Procedure and function
What is throw object?
Hi I am working with QTP.If I want to write a certification exams,Which one is the best one suggest me friends!!
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.