Who is the best faculty for QTP in Hyderabad? Is it Mr.
G.C.Reddy, some are referring his name?
Answer Posted / selenium training in chennai
G C Reddy is the best trainer for QTP..created various blogs for QTP , Loadrunner, manual testing..having deep knowledge in (VB ,Web,Excel,GUI)scripting,designing and implementation of automative frame work ,error handling and so on...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the script for database check point, bitmapchek point, regular expression ?
after click on compose mail how can we attached a file in qtp with vbscript code
What are the types of data tables in qtp?
What are the general steps involved in the data driven framework?
How do you create regression test packs?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
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 to check which add-ins are associated with a test in qtp?
what is output value in QTP and how it can be used in automation testing
Write a script to verify font style and color of a windows object using descriptive programming
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
Explain how to use QTP to check broken links on a page?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
how to find that tools work well with ur existing system?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.