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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sks
hello ,
When you run script for today's date(20/10/2009)and you
will get the result for that particular scnerio , when you
excute the same scipt next day (21/10/2009) you may get an
errror so inorder to handle this exception we go for
regular expression .
For the same you can specify as Datefield.*
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shankar.majji
When an object in our application changes its state or
value then we can use Regular Expressions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / akshar jain
say the name of the browser is "create fill in the blanks" &
another browser name is "edit fill in the blanks",but the
objects are same in both the things so u can use one object
repository for both the pages by making it regular
expression like .*fill in.*
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Parameterizing Tests?
what r the send key commands in QTP why they r used
can somebody send the script to write a multiplication table in notepad through qtp
What is the difference Between LowLevel and Normal Recording Modes?
1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?
What do you mean by checkpoints in qtp?
How to get Links count in an web application,without descriptive programming?
What is the vb script when the url enter into the browser
How to apporach while starting the automation testing?
give the code to count child objects (Total) in the page
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
In how many ways we can add check points to an application using QTP.