Hi Friends, If you got one Bug , and you are insert that
bug in bug tracking tool , and you need to attach SC's
(screen shots) also. how to tae SC's , in your organization
any separate tools available to take SC's. please provide
Ans. its urgent...
Thanx in advance
Answer Posted / prajakta deshmukh
Hello,
Usually we are using Top Team... its a bug tracking tool
actually.... but It provide one utility to attach the
snapshot....
So we can easily put bugs along with its snapshot using
this tool...
Otherwise u can download Screen hunter 4.0...its freeware
software for taking snapshots.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How to delete an object from the object repository?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Did QTP prove efficient for your project? Yes or No, explain?
what is meant by source control?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
Dis advantages of XML checkpoint ?
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
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How does you test a weblink which is changing dynamically?
What is the meaning Work bench?
how can i pass a "cript"as a parameter in to a function
What is the parameterization?
How to use descriptive programming?