write a script to validate the content in the web
application. (do it by OR method)
and (do it by Descriptive method by creating a description
object..
(give a filter condition only WEbelement- not easy need to
use some more property while
giving filter condtions- use google for your help...))
No Answer is Posted For this Question
Be the First to Post Answer
Whether it is possible to test the adobe's controls like zoom, resize, save etc using QTP...If yes, how u can do the same?
Explain the concept of object repository & how qtp recognizes objects?
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "ETL TESTING" IS BEST OR NOT? BEFORE LEARNING ETL TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR ETL TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?PLS HELP ME REAL TIMERS IM REQESTING U..... CONTACT ME gan9000@gmail.com
difference between recording methods and recording modes in QTP
Which object model ur used in ur project
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
Mention the different actions types of qtp.
What are the types of Object Repository’s in QTP?
In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.
In what occasion we can specify global sheet and action sheet?
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
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