we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )
6 12280If HR person asked tell me about yourself then what is the sequence points to tell him the answer
33 96410What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky
6 18276(The person went for developer position. He got the call letter for the developer position too. After finishing the technical round the HR question is like this....). Do you accept if we offer you the position for software testing?.
4 12569void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
9 18802Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?
1 3229what is the variable to be used in sap scripts to find the total number of pages of the print job?
1 7289In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
12 17592Post New Accenture Interview Questions
What are the two methods to install the empty staging websphere portal server ?
Is javascript case sensitive language?
What is the difference between metadata and menifest ?
What version of the java servlet api are the pia java servlets coded to with peopletools 8.4 for the servlet layer on the web server?
What do you understand by coding schemes?
Explain aggr function?
What is the function of Application Hierarchy Tree?
Can we connect two dataadapters to same data source using single connection at same time?
Alex’s Trial Balance at 31 December 2015 Dr (BWP) Cr (BWP) Capital 18 240 Bank overdraft 3 000 Fixtures and fittings 14 100 Provision for depreciation-fixtures and fittings 8 800 Inventory 14 200 Trade receivables 12 300 Trade payables 9 900 Revenue 110 000 Purchases 51 000 Discount received 1 800 Wages and salaries 26 000 Sundry expenses 34 000 Discount allowed 620 217 540 ======= 86 420 ======== Required: i Prepare the corrected trial balance at 31 December 2015. (7 marks) ii Show any difference you find as a balance on an appropriate account.
What are rights networking?
What is test plan and contents available in a test plan?
What is the role of client access server?
How long does chkdsk r take to run?
If you've integrated new software in an existing system, tell us how you evaluated and identified the requirements for this new technology.
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here