Answer Posted / amarendra kothuru
Regression Testing
Functional Testing
User Interface Testing
Retesting
| Is This Answer Correct ? | 1 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 (*)]
Thanks....But can u tell me how i use the QTP for GIS with one Example...
Limitations in QTP?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
By using QTP can we record any log files written by the application which is in execution?
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
whare exactly we have to use functions and sub routain
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Can we create user defined functions in qtp?
How many add-ins comes by default with quicktest professional (qtp)?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How many lines of code in each script of QTP?
What is checkpoints for quicktest professional?
How to handle dynamic objects in quicktest professional?