How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
4 16887Post New NIIT VB Script Interview Questions
What’s bubbling effect?
Explain about methods?
10. What are the different data rates in Abis for Traffic, TRX signaling and OMU
What is the use of infocube in the bw system?
Explain the components of sql?
What does 4 cores and 4 threads mean?
What are unique users?
Can chkdsk get stuck?
Explain the difference between supervised, unsupervised, and reinforcement learning.
Explain the differences between univariate and bivariate analysis?
what is punch line of SATH?
What is angular cli? List the command to install angular cli?
Can I reinstall windows live mail?
What is iqueryable?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }