Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?

Answer Posted / rajendra

BVA And ECP
BVA: Boundary Value analysis
ECP: Equaivalence Class Partition
These are test generation Techniques.

Normally the tests generated using above two techniques
are used to validate the application at boundaries and
valid and invalid inputs.

These testcases are not used in future when the application
baselined once.

Using above tec manual Test engineer generates different
testcases or test scenario's.

First all people must understand concept behind test
automation.
byee
Friends

Still if u have any doubts don't hesitate to call me or
mail me.

Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
My Mobile number:9885162742
Hyderabad
India
All the manual testcase will not be converted in to
Testcases.

Regressison testcases will be automated.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many tabs are available in debug viewer pane?

1171


what are all the fileds present in object repository?

2090


UFT 12.02 which ALM version will support

1520


Sql questions to find second max salary and how to use joins

1588


explain keyword driven framework with banking domain?

2073


What is a Patch in QTP?

1115


I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????

2764


How is the Bitmap checkpoint different from Image checkpoint?

1173


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

2992


How many types of recording facility are available in quicktest professional (qtp)?

1110


What test cases can you automate using QTP?

1158


1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

2178


How to give a call to another action from one action?

1135


What are the common defects found in your project? (in qtp interview)

2113


How you can write contexts to text file in qtp?

1154