WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST
DIRECTOR USING MANUAL TESTING PROCEDURE?
Answer Posted / lll
function Example:
functin add()
x=1
f=1
c=x+f
add=c
end function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a checkpoint? How many check points are there in qtp?
What are the check points can be inserted without recording?
There is an excel file of 1 to 100 sheets how you will iterate through it?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
What is difference between run time object and test object?
What is the file extension of the code file in qtp?
Give the syntax to import/export xls into qtp.
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Connect to QC using AOM.
breef description of batch testing ?
How to find operating system information using the qtp script?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
how to idetfy which test cases are automated?who will deside that plz tell me
How to use actions in qtp ?