what is debugging testing?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is error and fault in terms of software quality?

1750


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

1866


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1669


What is file database?

1884


How you create new action in qtp?

826


Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19

1431


What are the views available in qtp?

821


What are the types of object repository?

848


When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti

2693


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.

741


What are the different recording modes and how do they work?

834


What is text check point and text area check point?

851


What are the challenges u faced in testing with crm domain? How u overcome with?

1731


How many lines of code in each script of QTP?

4242


What are private functions in QTP? How they can be called from the function library?

821