Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

TenXLabs Manual Testing Interview Questions
Questions Answers Views Company eMail

difference between smoke testing & sanity testing?

6 7075

Post New TenXLabs Manual Testing Interview Questions


TenXLabs Manual Testing Interview Questions


Un-Answered Questions

What's the output of the ucwords function in this example?

552


Where you store Connection string in "Web.Config" file in ASP.NET?

580


What is d use of primary page?

191


Is windows 10 mail the same as outlook?

1


Explain lowercase filter.

439






How to enable lazy loading in angularjs?

422


Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function

1915


What is mvc htmlhelper?

1


Explain the steps to achieve the email automation?

5


How distilling flask is used?

524


defination of bitmap index

1621


Mention the differences between unique key and primary key

474


How is cad used with electronics?

580


Can I dye my upholstered chair/sofa/ottoman?

1


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

5194