How to parameterize Object Repository?
Answers were Sorted based on User's Feedback
Answer / sekhar
if you have to deside weather u have to peraction or shared
repository,
if u go peraction the application devided into actions,for
each and every actions you have to take parameters in data
table,keep tool in recording mode generate the script, and
run.
the same process in global mode also.
by sekahr.
please find any mistake or douct mail me.
sekahrbirada@gmail.com
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siva reddy(us)
We can do it:it can be set as constant or parameterized in
the following navigation
Tools->ObjectRepository->constant or parameter
for parameter we need to have already created xls-table
with values
Is This Answer Correct ? | 1 Yes | 1 No |
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Hi Friends,will any body tell to Me for which Auomation Tool their is great Requirement inht eMarket Eithr the QTP or WINRUNNER and for what reason and how long it is going to remain and wat the Scope for the automation Testing In the Future Please tll to Me In Details Ok .
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?
WHAT IS ENVIRONMENT VARIABLES?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
How to connect to oracle(sqlserver) database to QTP
how qtp will recognise if application is run on many browsers
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
what is profile tool?
what are the metrics in general we use in testing.
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this