hi all
can anyone explain how to write the code for finding the
mandatory columns in table which are having (red*)
(red Astrik)
No Answer is Posted For this Question
Be the First to Post Answer
I want to test advanced Java applications what kind of add- ins I have to install?
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
what is the code in QTP to take screen shot?
Which environments does qtp support?
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
when will you do debug your script? and explain that process?
how to find that tools work well with your existing system?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
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
what is the extension of new local object repository?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.