I m new to QTP?
Is it necessary to know VB for learning QTP for Automation?
Can I understand QTP excellently Without practical
automation?
Answer Posted / krishnateja muppalla
Yes. VB Scripting is required.
To modify the recorded script or to write descriptive programming VB is required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Have you faced any problems with object repository?
What is the process of synchronizing qtp and aut?
What is the Command used to start the QTP
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How many types of parameters are there?
Without using gui map editor we can recognize the application in winrunner ?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
If I change the property value at runtime is it effect is object repository?
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
images are dynamically changes how to compare two images with out using the bitmap
What is the synchronization point in qtp?