describe some problem that u had with automation testing
tool?
Answer Posted / dimple
In some webbased applications , for some list boxes
entering data manually using keyboard operations is so
simpler.
but it is difficult situation in QTP. As it may not be a
listbox ,it can be treated as webelement by QTP and here
the keyboard controls have to be used to select the data
from that list box.( If the field is mandatory)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When Recovery scenario actually starts while testing the application?
How many types of actions are there in quicktest professional?
Explain the types of properties that quick test learns while recording?
what r the main attributes of test automation?
Should have experience in framework means?
What is post recovery scenario?
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
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What is smart identification in QTP?
when a test case is written how u test using qtp
Explain about Test Fusion Report of QTP?
How can I import environment from a file on disk?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
Explain the check points in quicktest professional?
What are the views available in quicktest professional (qtp)?