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 |
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
I want good books or good sites for scripting.Can any one help me.
What is the difference between Javascript & Vbscript?
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.
How to write functions and sub in vb script?
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
What are the 2 ways in which a variable can be declared in the vbscript language?
how to find number of characters(letter a) in the sentence Rain Rain Go away
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
How to get the length of the string by making use of the string function?
How can I write HTML text to the window in VB Script?
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)