I have given u a application.To automate it what are the
things will u consider?
Answers were Sorted based on User's Feedback
Answer / shamsher singh
1. Consider requirements
2. As per requirement identify how much automation testing
required.
3. which part of the application need to automation testing.
4. Automation tool
4. Framework
5. Most important test plan which contains every details
about every activity of testing.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / samrat
1.Do a feasibilty study.
2.Gather the rqmts u want to automate.
3.Then go for the diff tools that are availabily in market
4.take the rqmts ,do the obj identification with diff tools
and mark the percentage of object identified per rqmt vs
the tool used to identify.
5.Cost and licence of tool
6.availablity of technical experts and assistance of tool
support
7.timelines
8.Based on above guideliness ,analyze and then decide
whether u want to go for automating the proj or not...
crct me if am wrong
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / shiva
1.when the application is stable we will go to automation.
2.Feasability study should done on the test cases.
3.feasability study should done on the Automation tools.
4.Estimations are placed.
5.Coding standerds should be define.
6.Framework should be define
| Is This Answer Correct ? | 2 Yes | 0 No |
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
What are the different attribute used with regular expression?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Is it mandatory to know abt regular expression in descriptive programming
How software tester can use constants and variables in scripts?
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
How does you pass optional arguments in qtp?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Tel me what was the automation testing process you followed?
How to create Reusable and Multiple Actions?
What is Active Screen in QTP?
How QTP integrate with application?