Post New G H Raisoni Polytechnic Electronics Communications Interview Questions
Is ++ operator thread-safe in java?
What is the function of look up transformation?
How do I change the default font in excel 2016?
Give an example of a directcast.
Is drupal better than wordpress?
What types of audits are supported by people soft? In case of record level audit what is the structure of table?
What is the average salary rate in mechanical engineering job?
What inbuilt themes are provided by struts2?
Why is mvc better than webforms?
Explain how you can retrieve the local ip address on client side within an interceptor?
How do we get field details of a table?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
What is python’s standard way of identifying a block of code?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".