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 |
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
What are the various automation frameworks available in qtp?
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
what is delay in QTP?
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
How to replay a script in qtp?
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?
How to write test cases for web applications using QTP.plz write a sample test case to show how to write.urgently needed.thanks in advance..
How to make arguments optional in a function?
What is driver script and driver script in qtp frame work????
how do u prepare Test Environment ?