how do u plan test automation?
Answer / Bhole Nath Mishra
When planning for test automation, I consider the following factors:
1. Test scope and priority.
2. Test environment setup.
3. Identify the testing tools and frameworks to be used.
4. Create a modular and maintainable test script architecture.
5. Define the expected outcomes and failure handling mechanisms.
| Is This Answer Correct ? | 0 Yes | 0 No |
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
How to give a call to another action from one action?
How can we record an edit box in the Web application ?
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.
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 .
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
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?
in QTP we test web based application at that time what script is run? is support vb script? plz tell me