Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
1 3691How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
1 6406I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
1 4197Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
1 3785how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.
1 6391What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?
7 13156
How can I use Call dlls in QTP ?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
what is error and fault in terms of software quality?
How to test fly out menu in qtp?
What are the challenges u faced in testing with crm domain? How u overcome with?
what is defenetion of kiran can u tell me plz CVS, SVN
What is the parameterization? Give one example?
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
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What are the automation metrice in your project?
Define virtual object?
Is text area check point supports for web applications?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How to record application running on the Virtual machine?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..