WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST
DIRECTOR USING MANUAL TESTING PROCEDURE?
Answer / lll
function Example:
functin add()
x=1
f=1
c=x+f
add=c
end function
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?
How to Analyze the Checpoint results by Standard Checpoint?
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
How do you use the parameters.input parameters and out put parameters.
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
Both static and dynamic arrays are handled by the vb script. Is it true?
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
Hi, How to invoke QTP or any application through Command Prompt without using Vb script and batch file.... Reply me Srinivas
what r the 3 basic factor on which we determine to perform automation
can onyone tell me how to comapre the output of two different Data Bases in QTP?
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..