does the vb script knowledge is mandatery in testing using QTP
Answer / siva
YES Minimum knowledge of Vb script knowledge is mandatory
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
Differentiate the type of test cases which can be automated and which cannot be automated?
want to learn real time automation project(QTP)?
Explain types of descriptive programming?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
What is checkpoints for quicktest professional (qtp)?
1.IF SOME OBJECT IN APPLICATION IS NOT IDENTIFIED BY QTP? HOW WILL YOU OVERCOME THIS? 2. WHEN AND WHYDO U GO FOR DESCRIPTIVE PROGRAMMING? 3. WHAT IS THE DIFFERENCE BETWEEN VB AND VBA? 4.WHAT ARE THE REGULAR EXPRESSIONS YOU USED? 5.IF ANY REQUIREMENT IS ADDED IN YOUR PROJECT, HOW WILL YOU PROCEED TO DERIVE THE TEST CASES AND HOW WILL YOU PERFORM AUTOMATION FOR IT?
Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
What is meant by virtual obj and Y do v need virtual obj configuration.
What are the flaws in water fall model and how to overcome it?