hi
Action 1 and action2 if we save it in C:, what folders will
be created explain plz
Answers were Sorted based on User's Feedback
Answer / anjulika
Folders on C drive will be as follows :-
1. Action0(Folder)
2. Action1(Folder)
3. Action2(Folder)
4. test.usr
5. default.cfg
6. default.usp
7. Default.xls
8. lock.lck
9. Parameters.mtr
10.Test.tsp
If you look in to Sub Folder of "Action0" or "Action1"
or "Action2"you will find the below folders and Files
1.SnapShots (Folder)
2.ObjectRepository.bdb
3.Resource.mtr
4.Script.mts
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ajreddy
Action 0
Action 1
Action 2
snapshots
resource
parameter
defaultexcelsheet
test.usr
test1.usr
lock.lck
default.usp
default.cfg file
thease folders vl be created
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasad v
I am agreeing wiht Ajreddy but folders willl be only
Action0,Action1,Action2 and remaing are all files.
| Is This Answer Correct ? | 1 Yes | 0 No |
how and what kind of vb functions do us ein QTP?
Discuss QTP Environment.
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
How to find local host name using QTP?
what is the code in QTP to take screen shot?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Hi, How to invoke QTP or any application through Command Prompt without using Vb script and batch file.... Reply me Srinivas
who is the best faculty in HYD? Nageshwar rao or GC reddy?
write a VBscript code to parametrize test script using test data from sqlserver database?
Mention the test steps of qtp.
Diff b/w WEB TESTING AND Client server testing?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming