Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Amdocs QTP Interview Questions
Questions Answers Views Company eMail

Does UNIX support QTP? If not what is the other tool used for Unix environment?

2 10261

I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function

2 3868

Post New Amdocs QTP Interview Questions


Amdocs QTP Interview Questions


Un-Answered Questions

Your last travel experience?

1634


What are the supported platforms by java programming language?

689


how open delta PT works & what is its construction?

1884


Do you have option to support elastic beanstalk for other languages?

122


What is trigger in pl sql?

649






Hi, Below is the code that i ran on selenium RC using eclipse IDE and java coding.: package source; import org.testng.annotations.BeforeSuite; import org.testng.annotations.Test; import com.thoughtworks.selenium.*; public class parameterized extends SeleneseTestCase { private Selenium browser; public static void main(String []args) { String arr[] = new String[5]; arr[0]= "bert"; arr[1]= "regular"; arr[2]= "copyonly"; arr[3]= "doert"; arr[4]= "inter"; parameterized obj = new parameterized(); obj.setUp(); obj.login_parameterize(arr); } @BeforeSuite public void setUp() { browser = new DefaultSelenium("localhost",4444, "*chrome", "http://goolge.com"); browser.start(); browser.open("http://goolge.com"); browser.waitForPageToLoad("30000"); browser.windowMaximize(); browser.open("/"); browser.click("gb_23"); } @Test public void login_parameterize(String[] arr ) { for(int i=0;i<=5;i++) { for(int j=0;j<=2; j++) { browser.type("//input[@id='Email']", arr[i]); browser.type("//input[@id='Passwd']", arr[i]); browser.click("//input[@id='signIn']"); browser.waitForPageToLoad("30000"); } } } public void EnterValuesIntoTextField_CheckWithGetValue() throws Exception { selenium.open("http://www.essaywriter.co.uk"); assertEquals("", selenium.getValue("id=textInput")); selenium.type("id=textInput", "Text In The Field"); assertEquals("Text In The Field", selenium.getValue("id=textInput")); } } When i ran this test i got an error which says: "Method login_parameterize requires 1 parameters but 0 were supplied in the @Test annotation." Any help is much appreciated. thank Gab

2248


Is wordpress the most popular cms?

135


Please suggest ME which institute is best for sap mm and kindly let me know which institute Mr.Syed Quarish is working and his contact no? and who is expert in teaching test scrips and CIN

1733


Explain standard filters?

672


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

1905


hai friends .i applied for icici po callfor in july2010.i have been sortlisted for icici bank po and they fix the appoinment on july 31.so i don't know whether it is an interview or test or gd.can any body attend it already .please tell about it and how to prepare.my email id is anbuselvi16@gmail.com

1785


How do you write a formula in excel?

352


Differentiate between drop and truncate in cqlsh

62


How to create a custom errorhandler?

523


Why to use 'ClearTimeout' in Node.JS?

310