ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
 Categories  >>  Software  >>  Testing  >>  Automation Testing       
 
  WinRunner (469)   Load Runner (338)   QTP (2618)   Test Director (153)   Rational TestSuite (96)
  Silk Test (51)   Automation Testing AllOther (299)
 
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
Explain Robot?s command line options?  0  147
What are the different data pool access orders?  0  109
Explain user defined data type with an example..?  1  376
What information is contained in the Datapool_config section? Covansys  0  203
What is standard data type and what is user defined data type? TCS  0  90
Explain the planning and creating datapool with an example?  1  1144
What kind of problems are solved by Datapools? Relq   2  480
What is datapool cursor?  0  213
Where the datapool column names are stored?  1  233
Where the datapool values are stored? Accenture  0  225
How will you do data driven testing using Robot? Hewitt  0  204
What is Datapool? Wipro  1  614
What is the purpose of comparators in analyzing the results? Wipro  3  646
Where do you view the results in Trap option? Accenture  0  203
What is the purpose of the Trap options? Accenture  0  195
E-Mail New Answers        Answer Selected Questions       
 
Prev    1   ... 19   ... 37   ... 55   ... 73   ... 91   ... 109   ... 127   ... 145   ... 163   ... 181   ... 199   ... 217   ... 235    252   [253]    254   Next
 
 
 Automation Testing interview questions   Automation Testing Interview Questions  Manual Testing interview questions   Manual Testing Interview Questions  QA Concepts interview questions   QA Concepts Interview Questions
 Mobile Testing interview questions   Mobile Testing Interview Questions  Test Cases interview questions   Test Cases Interview Questions  Test Documents Reporting interview questions   Test Documents Reporting Interview Questions
 Testing AllOther interview questions   Testing AllOther Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it. 248  
what is 2 tier and 3 tier application. 28  
What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0 154 DELL
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief 43 HCL
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me . 37 Livetek
I want step by step guidelines on loadrunner.i think it will be a great.please can any one help me. 247  
How did you use automating testing tools in your job? 112  
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...? 7  
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any... 87  
what is difference between calling a function and reusing an action? 70  
How to customize checkpoints with parameters? 49  
is there any addin for remedy user application 110  
I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest? 123  
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform. 105  
Hi All, I need 5 yrs exp manual and automation testing using QTP sample resume. is there any body having please send me my mail id is bjr@aol.in Tahnks in Advance 31  
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya 205 Apex
How to recognize and read data from pdf file using Descriptive Programming in QTP? 338  
Which method do you use to retrieve data from the WebList object? 165  
If u r using library files (Instead of Check Points) , How do u do bitmap check ? 129  
How will you choose a tool for test automation? 8  
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com