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 |
What is data driver in qtp? Where we use it?
What kind of errors can b handled in QTP in real time scenario?
What are the advantages of a Hybrid framework?
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
What are the major/ important methods, functions in QTP we use realtime testing
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
How to data driven test for Win objects in QTP ?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
What is Object Spy?
7 Answers JKH, Ordain Solutions,
what are the different types of framesworks in QTP?what is the keyword driven framework?
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
Have you performed Debugging and how did you?