Can we use Virtual Objects in Discriptive Programming?

Answer Posted / siraj

no we can't use virtual object in dp.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

561


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1443


What is checkpoints for quicktest professional (qtp)?

583


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

1407


can any one say that where we can download the QTP trail version ??????????

1367






Explain how you can replace string in qtp?

607


Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance

1525


Is it possible to call from one action to another action in qtp?

567


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

1487


Explain the difference between data driven testing and parameterization ?

592


If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?

585


Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris

1750


What is the difference between Keyword Driven test and Data Driven test?

1776


How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1480


How you create new action in qtp?

569