Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Testing Interview Questions
Questions Answers Views Company eMail

For 1 Year of experience in manual testing and business analyst what will be the roles and responsibility???

1 4361

what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?

1 10263

What is the Database testing?? Is it necessary to have database knowledge for testing?had you ever tested the software by entering input at the front end and check it at back end?

Salus,

1 4304

I have 2 yrs 10 months experience in manual testing. there is a gap of 3 yrs in between. just 3 months before i rejoined the same company. I am looking for new & better job.What I have to enhance my career to up level, should I have to do Automation course or any other. Guide me properly.

1839

Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?

1 7101

why can't you use excel directly in qtp. why we want to import excel data into Datatable.

BoA,

1 4222

Am going to QTP testing......but i dont know coding languages like (c,c++,java,etc)and am not having interest in coding .............can i choose testing tools like qtp to learn and get a job in software......please reply me

1 3220

am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)

1688

need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview

2031

is there any checklist to check SRS document

Verizon,

3 7012

who is best faculty for testing tools?

TCS,

4 7618

If PRS is given to you on say XYZ functionality then which different types of testing you will perform . Please arrange these types in sequential manner in which you will perform?

TCS,

1 5906

What is a Dictionary object in QTP.?

Cap Gemini,

1 8723

Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"

Cap Gemini,

1 2750

Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"

Cap Gemini,

5 8115


Un-Answered Questions { Testing }

What is an equivalence partition (also known as an equivalence class)?

1132


For what purpose, user will be using ‘continue on’ error?

987


Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?

2005


Explain the concept of object repository and how quicktest professional (qtp) recognises objects?

1017


What is the name of the plugin that is used to integrate eclipse with cucumber?

500


you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?

1972


Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

1888


How do test documents in a project span across the software development lifecycle?

1607


How to create a host list for a scenario?

1117


Explain in a testing project what testing activities would you automate?

1187


Explain the difference between functional and structural testing.

1138


What is the maximum number of steps that are to be written within a scenario?

693


What is quick test pro?

1019


How is an sql query executed in oracle 8?

1047


I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }

2217