somebody please say me why we go for using regular
expressions,actions.what is the main and exact use of this
in real time applications.real time testers pls answer my
question with example if u can
Answer Posted / sri
Regular expressions will be useful when you know the object
properties are dynamic and they change frequently.
For example in aweb page you know logical name of an object
changes ,like say CompanyStocks to CompanyMf
For the same you can specify as Company.* under Logical
Name.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What ate the Technologies supported by QTP?
Can we create user defined functions in qtp?
what is the frame work in J-meter?
What is the parameterization?
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 compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
what is Property......End Property loop? how to write sript for it in QTP
What is the quicktest professional (qtp) testing process?
whare exactly we have to use functions and sub routain
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
what function you write to do database testing with the help of qtp?
Plz Explain AUTOMATION REFERENCE MODEL?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How does qtp identify the object in the application?