How do we connect QC by using QTP?
Answers were Sorted based on User's Feedback
How does QTP identifes the object in the application?
how to create external data table?
why don’t use real time they r not using check points
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
explain keyword driven framework with banking domain?
What are the ways you can synchronize?
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?
what is diffrense between action and function
what is the script for keyword driven framework in real time?plz its urgent
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?