how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted / vinay
Hi Sudhanahan redy,
Can u pls send me the QTP framework and ppts.
vinnu_l@rediff.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
What are the Application Functions available in QTP?
How many add-ins comes by default with quicktest professional?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What is quicktest professional window?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
How we can import data from database?
How to open a new test using quicktest professional?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Can U Explain about QTP tool from older version to latest version also its differences?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
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 find array size in qtp?