what are the metrics in general we use in testing
Answer / sri
General test metrics that is collected is:
1.No of test cases prepared, executed, passed, failed
2. Defect Density
3. Effort spent for preparing test cases and testing
| Is This Answer Correct ? | 4 Yes | 0 No |
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
how qtp identifies objects of application.
What are main panes available in qtp test browser?
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
What is the another extention name of library file.If that is exist than what's the differnce between them.
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
Give me some real time point of way where exactly we can conduct audits?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
What is a Patch in QTP?
What is the file extension of the code file and object repository file in QTP?
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
How to find the path of folder in which the test is saved in qtp?