Un-Answered Questions { QTP }

how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?

1898


how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

3741


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

1475


What does mean by Scope of Automation?n How we defined it?

1564


explain keyword driven framework with banking domain?

1551


How to test the login page in different ways in automation testing and i need code?

1335


Did QTP prove efficient for your project? Yes or No, explain?

6110


How many scripts did you have?

1689


How often were they executed?

2028


How many lines of code in each script of QTP?

4026


Did the scripts need lot of maintenance? If yes, why?

3285


Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out

1573


How do I get the QTP scripts result in xml format by using vb script function?

1774


Tell me about your project? please help me how to tell about insurance project

1519


hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?

1580