TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abdalla Elawad
NA
1k
215.2k
how test Prefix IDs and Save item after testing
Feb 28 2017 5:22 AM
Hello Developers
Please help me , i have prefix IDs Items when we insert all items not save if its not code testing for Barcode IDs . I mean that before the insert item to check Prefix and then save item .
now i know who to test Prefix IDs like below :
//check if prefix is true
Decimal FirstFourDigits = Decimal.Parse(TextBox4.Text.Substring(0,3));
if (FirstFourDigits != 120)
{
Label8.Text = "This Barcode Is'Not Correct !";
}
else
{
label8.Text= " Is correct";
}
and alse i need to apply for Searching
Reply
Answers (
2
)
Desktop application to uwp
Fetch value from json