1 Folders in VSS
2 In navigation script there are 100 script i want to run
first 50 and 37th script also not needed to run how to do
this
3 What is navigation script,Driver script, business script
what we are loaded in this script
4 use of resource tab
5 Difference between verification and validation give
real scenario example
6 file scripting object when to use it
7 what are the problems you are faced while testing web
application
8 difference between expert view and keyword view
9 difference between QTP 8.2 and QTP 9.2 navigation frame
work
please answer these questions from real time working people
as early as possible
No Answer is Posted For this Question
Be the First to Post Answer
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 i can get the value of label box , please any body tell me script of that code
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
What is a Run-Time Data Table? Where can I find and view this table?
How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)
Hi any body can tell me the in detaled information about Description.Create() thanks in advance
I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
What is the descriptive programming?
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
what is the frame work your using in automation testing