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 |
what is spy, and how can u use?
Hello friends..... On which areas of an application we can not test with QTP
0 Answers Thatavarti Technologies,
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Analyzing the checpoint results?
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office they want to schedule individual scripts of QTP so that it can run unattended during night time, Please help me how to do that. 2. what is the use of silent test run in qtp can I schedule the scripts in Silent runner, Please explain. 3.I retrieved data from the database using output value -> Database output value. the result of the query for eg is 5 rows, iam able to output the first row by selecting the cols and adding it to output, but am not able to do it for the rest of the rows. please tell me how to do it. Sorry for posting so many qns, am not able to find answ to any of the above in any websites, hoping that someone would really help me with these here, please help me. awaiting for ur immediate revert. Priya
Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
How to use debug tools?
HOW TO DO THE BATCH TESTING USING QTP?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.