where u maintain qtp scripts in ur company
Answers were Sorted based on User's Feedback
Answer / lakshmi
Scripts will be maintained as per the framework followed depends on companies.because framework varies from org to another org.
Scripts stored under Test Scripts Folder in C:\Framework\Testscrpts..
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ramchandra patil
Hi,
We maintain(Version Controlling)our scripts in tortoise SVN.
let me know if I am wrong.
Ram
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / seenai
I hope companies maintain the scripts in Repository Folders
| Is This Answer Correct ? | 4 Yes | 8 No |
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
What is the function of Filter in QC . give with a real time example.
what is the Exact Meaning of Environment Variables?
write a qtp code to count the number of child objects in login page and highlight it
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?
what is the use of VIRTUAL OBJECTS? explain ?
10 Answers ABC Infotech, IBM, TCS,
how to disable the pop ups through QTP using a script
How many ways we can parameterize data in QTP?
what is main difference between QTP 8.2 AND QTP 9.0/9.2 HOME PAGE?i mean what are extra thing in QTP 9.0 than in QTP 8.2?
regular expression
Explain about reusable actions?
Write a script to verify font style and color of a windows object using descriptive programming