Post New Answer View All Answers
What is clean sweep?
Why bpt?
When should I use smart identification?
How will you report the bug and explain the defect tracking sheet you handled?
Explain about the quicktest professional (qtp) automation object model?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Explain how to use QTP to check broken links on a page?
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 QA specialist can identify when programmatic descriptions are useful?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How can i initiate the objects to find uniquely in OR
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
They asked by using qtp recording writing scripting
How may types of defects identify application or your currently working application?pls give me answer..
What are the data types in qtp?