WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
Answer Posted / selvamani
While scripting in a team environment everybody needs to
wait for others to complete their work, otherwise merging
an shared Object repository will give problems.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
diff between qtp versions from 8.5
How to change the priorities of the recovery scenario properties?
How to execute a winrunner script in quicktest professional?
How you can replace string in qtp?
How to modify object property in qtp ?
How to handle Java tree in QTP?
What are the five challenges you faced in QTP?
How to use descriptive programming?
How can I use Call dlls in QTP ?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is an optional step in qtp ?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
what is clean sweep?
How you debug your script?
How are actions and functions different in QTP?