what is test scenario?



what is test scenario?..

Answer / pravati

Test scenario is oneline statement which tells us about what to be tested.
Test scenario is any functionality of the application under test that can be tested.
ex-check login functionality

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it

2 Answers  


I want good books or good sites for scripting.Can any one help me.

0 Answers   Wipro,


What is the difference between Javascript & Vbscript?

2 Answers  


Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.

0 Answers  


How to write functions and sub in vb script?

0 Answers  


i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next

1 Answers  


What are the 2 ways in which a variable can be declared in the vbscript language?

0 Answers  


how to find number of characters(letter a) in the sentence Rain Rain Go away

4 Answers  


write a vb script to display the number is odd or even and whether it is divisible by 9 or not

2 Answers  


How to get the length of the string by making use of the string function?

0 Answers  


How can I write HTML text to the window in VB Script?

2 Answers  


can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)

3 Answers   Bally Technologies,


Categories