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 the advantage of associating a procedure with a test object?
VB - Script Training in MUMBAI.
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
How to Test the mainframe application?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
Give the syntax to load function at run time.
How does QTP identifes the object in the application?
Syntact for how to call one script from another? and Syntax to call one "Action" in another?