What r the different type of reports generated in Quality
Center?
Answer Posted / godisgr8
There r various kind of reports we can generate using QC
like,
1. Standard Reports
2. Requirements with coverage Report.
3. Requirements with coverage steps Report.
Using filter property, u can always determine, what r all
the descriptions(ex:priority, author) u want to be
displayed in the reports u generate.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Give the syntax to import/export xls into qtp.
What is standalone database?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
Explain the types of properties that quick test learns while recording?
what type of framework u r using in ur organization
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
could any help me please, how to work on visual foxpro application using UFT
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
What is an optional step in qtp ?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
How to save your test using quicktest professional?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
What is the meaning Work bench?