what is the extension of action script template?

Answer Posted / raamakrishna

module script template

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework

1604


Explain how Does Run time data (Parameterization) is handled in QTP?

555


Why to use descriptive programming?

561


Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....

1424


What is the difference between qtp and selenium?

545






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

1481


i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?

1600


Difference between copy to action and call to action?

583


Generic function to search for the unique link in webtable and click on it

2481


How to use parameterization in qtp?

618


How do you check ticket cost and ticket number in flight application?

583


How many types of status are there?

584


what is meant by Implicit and explicit requirements?

3617


what is error and fault in terms of software quality?

1503


Hybrid framework supports Descriptive programming. Is it true?

645