If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
3 8783now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
1 3330PLS REAL TIMERS WRITE THE ANS FOR THIS? WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS 1)SHARED REPOSITORY BASED SCRIPT 2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?
1 3813Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
IBM,
2 6577hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
IBM,
1 4318What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If
IIT,
3 5466We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
1 4358
What is the syntax for how to call one script from another?
Explain the concept of how quicktest professional identifies object?
In qtp, how you can use xpath to identify objects?
What are the different properties of an web object
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
What is use of object spy?
Discuss quicktest professional (qtp) environment?
What is the difference in testing a client-server application and a web application?
How many types of recording facility are available in quicktest professional?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
what testplan contents and what test strategy contents,what is the diff b/w them
what are the challenges you have faced while testing web based application using the automation tools ?
What are the methods of the TextStream object that are used for reading from a text file?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?