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 |
Scripts for Ascending order in qtp.
Tell me the QTP Advantages and Disadvatages ?
X=10,Y=20 you need to swap the numbers without using a third variable?
Whenever i'm running 3 diffrent scripts in a Test Batch Runner as a batch. its not showing any result. QTP only runs all the scripts n nothing else. B4 running the test batch i have done all the settings, But still its not working.
How many tables r created during the recording in QTP?
Does QTP support Linux Red Hat? Does QTP support Flash?
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
What are the advantages of Object Repository?
What are the advantages of QTP over WinRunner?
What is qtpro? What is quick test pro?
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?