Suppose one object is changed in a project after delivering
the project.Where we will update that object? it can be
present in many scripts so can we update all the scripts?
Answer / shyam.meghansh
Let tell one thing ... it depends on the Framework u use.
We will have a mail or common Repository, if any object is
changed we will update that object in the Repository.
*********************
If any more querys them mail to me
testingwithshyam@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi friends, In a particular test how many maximum call to new actions we can call?It reusable or normal actions what ever it is .
what are the functions availabla in QTP? what are the data types in QTP?
how will load the object during runtime?
How to make arguments optional in a function?
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.
HOw to add the recovery file at runtime to the test file .
how you test broken link using the automated tool QTP ?
how do u copy object repository?
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.
Have you performed Debugging and how did you?
if devloper change only button names in present build then script will execute or not , why? Only gui changed.......
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks