plz explain QTP real time work( Means where you store
scripts and how u access scripts next day? where those
activities we are maintaining, If By usig VSS how the
process in going on , plz explain briefly?
Answers were Sorted based on User's Feedback
Answer / ramesh
Hi,
We will craete frame work which includes following folder
structure
1.ObjRepositiory
2.Scripts
3.TestData
4.Lib
5.Configuration
6.Documentation
7.Logs
and a lot
each folder is responsible for its own
Thanks
Ramesh
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / ajay
yes it was correct.
the folders which was created in frame work is differ frm
one organisation to others.
they wil maintain individual folders for maintiaing the
scripts etc
| Is This Answer Correct ? | 3 Yes | 1 No |
Key word driven framework
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How to maintain the old scripts in QTP?
Is it possible to split an action? How?
Hi can anyone pls suggest how to fetch username(system login name)and system name in to qtp.I am not using TD or QC.Thx
How to return a value from a fn, if it has more than one value how to return
How can I test the unix shell in QTP
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
synchronization, wait,wait Property?
Mention the test steps of qtp.
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code