We developed 100 descriptive programms and put in running,
in the midle if any descriptive program is stucked with
some error? what will happend weather it will execute the
remaining prg's or it will terriminate ?
Answer Posted / abhesheke
it is not possible the execution chain break but when
working we usually consider all the aspects which can effect
the script execution we use recovery scenario Test run error
option or on_Error_resume_next option
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the use of action split in qtp?
Mention the test steps of qtp.
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, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Explain the check points in quicktest professional (qtp)?
How to capture all the data of a webtable, weblist and combolist using QTP?
When using descriptive programming?
How many types of status are there?
What is the architecture of your project? Can any one answer for this question plz........
How do you check ticket cost and ticket number in flight application?
Please guide me release notes of Automation once scripts are completed
Explain the types of object repositorys in qtp?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How do you send email with attachment from outlook using qtp ?
What is file database?